Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

 

 

 

Configuration PropertyTypeRequiredDefault ValueDescription
Source PathStringX Absolute path of a directory where are located the CSV files to be processed are located
File MaskStringX Regular expression describing files to be processed (e.g. ->.\.csv<- to include all csv files)
File EncodingString Charset.defaultCharset()Basic encoding of the file.
Field DelimiterStringX ,Delimiter used to separate fields in CSV files
Text qualifierString "Delimiter to determine begin determine beginning and end of text in value
Key column nameStringX 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 trueSpecify if value quotation is required
Column namesStringX Name of the all columnsColumn names separated by comma
Ignore headerBoolean trueSpecify it first line file must be ignored
Key separatorStringX ,Character used to separate keys in a multi-key scenario
Status ColumnString  Optional name Name of the status column where the account's status (enabled/disabled/...) are stored.
Disabled Status ValueString falseOptional value Value of 'status column' indicating disabled users.
Enabled Status ValueString Optional value trueValue of 'status column' indicating enabled users.
Default Status ValueString Optional default trueDefault value for 'status column' in case of value not provided.