Flat File
Overview
The Flat file Connector supports provisioning to and from a flat text file.
Installation
Follow these steps to run the stand-alone connector server:
Download the connector server jar file and store it in the connector server directory (any directory).
Download the FlatFile connector jar file and store it in the bundles subdirectory.
Start the connector server. For more information, check the page about this topic.
Supported operations
Schema
Search
Configuration
Configuration Properties
The following table describes all of the properties that you can specify for the configuration:
Â
Configuration Property | Type | Required | Default Value | Description |
---|---|---|---|---|
Encoding | String | X | Â UTF-8 | File encoding |
FieldDelimiter | char | X | Â ' | Delimiter character between fields in file record |
File | Fille | Â | null | File in the connector will attach to deliver changes. |
Text Qualifier | char | Â | "" | Attribute value qualifier in CSV record (escaped as regexp, if needed). |
Unique Attribute Name | String | Â | Â null | Name of unique attribute in current CSV file. |
Â