Tutorials
Hands-on lessons for learning Mapper by doing. Each tutorial builds something that works, and each builds on the one before it:
- Your first mapping: install, reshape a record, and let the mapping validate its own output.
- Mapping collections: fan out
over arrays with
each, pick elements withfind, and see why pairing order matters. - Extending the mapper: put your own transformers and async plugins in the pipeline.
- Catching mistakes before they run: find a broken mapping’s problems with validation, then gate evaluation on a clean report.
- Your first mapping server: run the mapper-http image, serve your own mapping, and check documents against the live server.
Every code sample in these lessons is executed against the published engine by the site’s test suite.