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:

  1. Download the connector server jar file and store it in the connector server directory (any directory).

  2. Download the FlatFile connector jar file and store it in the bundles subdirectory.

  3. 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

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.

Â