...
FieldName: It points to the field in csvLMS
MappingMode: It’s value It can be ‘Complete' three different types.
Complete (default)
...
: For ScS field, all the values must be present as target value in the value mapping
...
file. Otherwise it will be considered as configuration error.
WarnIfMappingIsMissing: Ignores any missing mapping and try to set the OPF value as is. Add a warning to the notification
IgnoreMissingMappings: Ignore any missing mapping and try to set the OPF value as is - without mapping. Don’t add a warning/error to the notification.
MappingFileName: This property points to the location of the file that contains the mapping of source value and target value.
Example for a ValueMappingRank.json array
[
{
"SourceValue": "Capt.",
"TargetValue": "Captain"
},
{
"SourceValue": "Captain",
"TargetValue": "Captain"
},
{
"SourceValue": "1st Eng.",
"TargetValue": "First Engineer"
},
{
"SourceValue": "2nd Eng.",
"TargetValue": "Second Engineer"
}
]