A Mapper is the mapping logic that will map your source data to the designated target schema. A Mapper is always connected to a Pipeline, since the pipeline stores the target schema.

  • To generate a Mapper, run a new Job. See Edit Mapper to learn more on editing mappers.
  • When mapping new data, a Job is created in the Pipeline, and the corresponding Mapper is used to map the new data.

Editing Mapping Logic

You can edit the mapper’s mapping logic directly. See Editing Mappers and Building Mapper Logic to learn more.

Viewing Mapping Logic

To learn how to view the mapping logic, access the ‘spec’ in a mapping. See Mappings to learn more.