Versions Compared

Key

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

...

User importer is configured using a JSON file (i.e UserIntegratorConfigFile.json). It has multiple sections which serve different purposes. Every section is described below, also a sample configuration file is attached.

Info

The location of the configuration JSON file will be inside organization file collection. (i.e E:\LiveCanada\File_Collection\NI\NI\1\Configuration\Integration\User\UserIntegratorConfigFile.json)

View file
nameUserIntegratorConfigFile.json

Data Consistency Check Configuration (Optional)

Sample Configuration:

Code Block
languagejs
"DataConsistencyCheckConfiguration" : {

}

...

If a user field value needs to be mapped to a different value then this section can be configured. Value mapping is only available for OPFs (Only ScS field).

FieldName: Name of the field to be mapped.

...

MappingFileName: This property points to the location of the file that contains the mapping of source value and target value.

Info

The location of the mapping JSON file will be inside organization file collection. (i.e E:\LiveCanada\File_Collection\NI\NI\1\Configuration\Integration\User\ValueMapping-Rank.json)

Sample Value Mapping File:

...