Entity Mapping Config Parameters
Within a JSON
object with the key value EntityMapping
specify multiple JSON
objects that identify the field to map and a set of key-value pairs to map.
"EntityMapping": {
"FIELD_TO_MAP": {
"FROM VALUE 1": "TO VALUE 1",
"FROM VALUE 2": "TO VALUE 2",
}
}