Exporting file-based data
With the data export feature, you can perform a bulk export of message data from a file to an external system. You can initiate the export process for each publish channel that is associated to an external system.
Before you begin
In a multitenancy environment, you can use the data export feature only if the system provider provides you with access to a file server that is accessible by the application server. You must then configure a file-based endpoint to point to the location of this file server.
You must enable both the external system and the publish channel before you can export data. The data for export must either be in an XML file format that adheres to the object structure schema or in a delimited flat file, such as comma separated, that is a flattened version of the object structure schema format.
About this task
Procedure
- In the External Systems application, click the Publish Channels tab and select the publish channel that you want to export.
- In the End Point field, specify a file-based endpoint handler, for either XML file or flat file format.
- Click Data Export.
- Optional: Enter a SQL query in the Export Condition field. The query must be against the primary or top-level object in the publish channel object structure.
- Optional: Specify an integer value in the Export Count field to limit the number of records that are contained in the exported file. If the result of the query contains more records than the number you specify, those records are not included in the exported file.
- Click OK to begin the data export process.