Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

The CSV Directory Connector supports provisioning to and from a directory of files in CSV format.

Its typical usage should be bulk-loading.

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 CSV directory connector jar file and store it in the bundles subdirectory.
  3. Start the connector server. For more information, see the page about this.

Supported operations

  • Create
  • Delete
  • Update
  • Search
  • Schema
  • Sync

Configuration

Configuration Properties

The following table describes all of the properties that you can specify for the configuration:

 

 

 

Configuration PropertyTypeRequiredDescription
Source PathStringXAbsolute path of a directory where are located CSV files to be processed
File MaskStringXRegular expression describing files to be processed (e.g. ->.\.csv<- to include all csv files)
File EncodingString Basic encoding of the file.
Field DelimiterStringXDelimiter used to separate fields in CSV files
Text qualifierString Delimiter to determine begin and end of text in value
Key column nameString Name of the column used to identify user uniquely
Password column nameString Name of the column used to specify user password
Delete column nameString Name of the column used to specify users to be deleted
Value quotation requiredBoolean Specify if value quotation is required
Column namesString Name of the all columns
Ignore headerBoolean Specify it first line file must be ignored
Key separatorStringXCharacter used to separate keys in a multi-key scenario
Status ColumnString Optional name of the status column where the account's status (enabled/disabled/...) are stored.
Disabled Status ValueString Optional value of 'status column' indicating disabled users.
Enabled Status ValueString Optional value of 'status column' indicating enabled users.
Default Status ValueString Optional default value for 'status column' in case of value not provided.
  • No labels