43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"objects": [
|
|
{
|
|
"query": "SELECT address_identifier, City, Country, PostalCode, Street, Latitude, Longitude, CountryCode FROM Address",
|
|
"operation": "Insert",
|
|
"externalId": "address_identifier",
|
|
"useFieldMapping": true,
|
|
"fieldMapping": [
|
|
{
|
|
"targetObject": "Address"
|
|
},
|
|
{
|
|
"sourceField": "City",
|
|
"targetField": "City"
|
|
},
|
|
{
|
|
"sourceField": "Country",
|
|
"targetField": "Country"
|
|
},
|
|
{
|
|
"sourceField": "PostalCode",
|
|
"targetField": "PostalCode"
|
|
},
|
|
{
|
|
"sourceField": "Street",
|
|
"targetField": "Street"
|
|
},
|
|
{
|
|
"sourceField": "Latitude",
|
|
"targetField": "Latitude"
|
|
},
|
|
{
|
|
"sourceField": "Longitude",
|
|
"targetField": "Longitude"
|
|
},
|
|
{
|
|
"sourceField": "CountryCode",
|
|
"targetField": "CountryCode"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |