Difference between revisions of "Using the import servlet"

m (added category)
m (added categories)
Line 12: Line 12:
  
 
See also: [[Using the export servlet]].
 
See also: [[Using the export servlet]].
 +
  
  
 
[[Category:OX EE related]]
 
[[Category:OX EE related]]
 +
[[Category:OX HE related]]
 +
[[Category:OX Hyperion related]]

Revision as of 09:54, 26 June 2007

There are two things to do with the import servlet:

  • You can use it to import data into OX: Hyperion
    • Example: Importing your Outlook data by exporting it as CSV and then importing it.
  • you can extend it to import new formats
    • Example: Currently, the CSV format can only be used to import contacts. You can extend it to import appointments.


Importing data using existing importers is done using the API, as explained in HTTP API.

Adding a new importer is explained in Building an importer.

See also: Using the export servlet.