Closed gashcrumb closed 7 years ago
In our example the twitter output data shape is:
"outputDataShape": { "dataType": "java:twitter4j.Status" },
and the salesforce input data shape is:
"inputDataShape": { "dataType": "java:org.foo.salesforce.upsert.contact.Contact" },
Shouldn't the salesforce one match the types involved in the example mapping document:
"sourceUri": "atlas:java?className=twitter4j.Status", "targetUri": "atlas:java?className=com.redhat.ipaas.connector.salesforce.Contact"
Oops yes forgot to update that!
I've updated the "inputDataShape": { "dataType":
In our example the twitter output data shape is:
and the salesforce input data shape is:
Shouldn't the salesforce one match the types involved in the example mapping document: