What mappings are
A mapping is a rule that connects source data to destination structure. It defines which source fields correspond to which destination properties, and can include transformation logic such as type conversion or default values. Mappings are applied by jobs as data flows from sources to destinations.Mapping structure
Each mapping typically specifies:- Source field: The field or path in the source data to read from.
- Destination property: The property or column in the destination to write to.
- Transformation (optional): How to convert or format the value before writing.
Mappings are applied in order. Ensure the mapping sequence matches your data flow requirements.