Skip to content

Where is the mapping logic? #1

@PierreKiwi

Description

@PierreKiwi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions