...
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 FileValueMappingRank.json:
Code Block | ||
---|---|---|
| ||
[ { "SourceValue": "Capt.", "TargetValue": "Captain" }, { "SourceValue": "Captain", "TargetValue": "Captain" }, { "SourceValue": "1st Eng.", "TargetValue": "First Engineer" }, { "SourceValue": "2nd Eng.", "TargetValue": "Second Engineer" } ] |
...