Get Mapped Data
After generating a mapper, it is common to retrieve the mapped data (executed against the mapper) to pipe it to your destination.
Fetch Mapped Data
To review the mapped data and mapping logic, you must fetch your designated Mapping. Follow the steps below:
1
Get Mapped Data
Fetch the job’s result you want to review.
Call Get Mapping with result_id
.
If the Result status is finished
or needs_review
, the mapped data will be in the Result.mapped_data
field.
If the Result status is not finished
nor needs_review
, no mapped data will be present. Learn more in the Status page.
2
Leverage mapped data
Review the mapped data or pipe it to your next destination.