Difference between revisions of "Using the export servlet"

(Move to https://documentation.open-xchange.com/)
 
Line 7: Line 7:
  
  
Exporting data using existing exporters is done using the API, as explained in [[HTTP_API#Module_.22export.22 | HTTP API]].
+
Exporting data using existing exporters is done using the API, as explained in [https://documentation.open-xchange.com/ HTTP API (export module)].
  
 
Adding a new exporter is explained in [[Building an exporter]].
 
Adding a new exporter is explained in [[Building an exporter]].

Latest revision as of 13:43, 29 June 2016

There are two things to do with the export servlet:

  • You can use it to export data from Open-Xchange Server
    • Example: Exporting you Contacts as vCards.
  • you can extend it to export new formats
    • Example: Currently, the CSV format can only be used to export contacts. You can extend it to export appointments.


Exporting data using existing exporters is done using the API, as explained in HTTP API (export module).

Adding a new exporter is explained in Building an exporter.

See also: Using the import servlet.