Usage
To use the Mapper block, follow these steps:- Use the data selector to choose data elements to rename (JSON fields fields or variable names)
- Choose a Key/Variable to rename
- Add the new desired name
customerEmail
and need it to be customer_email
, the Mapper block makes these minor changes with ease.
Features
- Rename keys within JSON objects and subobjects.
Note:When working with arrays, the Mapper block currently only maps one of the fields from the index of the block selected. This may cause inconsistencies in the output. Ideally, the block should be able to map all of the same keys within an array for consistency.
Example

first_name
and last_name
keys to customer_full_name
, and the resulting mapped JSON will have the updated field name.
JSON
JSON
