generated from amazon-archives/__template_Apache-2.0
- Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
Hello @banvipul,
I have read the code of this repo (thanks for sharing!), and I would like to know to see where the mapping logic is.
Let's say I have a task like this
{ "connectorOperator": { "S3": "NO_OP" }, "destinationField": "Active__c", "sourceFields": ["Active"], "taskProperties": [ { "Key": "DESTINATION_DATA_TYPE", "Value": "boolean" } ], "taskType": "Map" },
Where is the conversion from Active
to Active__c
supposed to happen? Is it something the custom connector must do? If yes, where (maybe RecordHandler)?
Or does it happen somewhere in the custom_connector_sdk
?
Thanks for your help!
Metadata
Metadata
Assignees
Labels
No labels