Table Of Contents
- General description
- The different parts of the HTTP Transformer
General description
If you have a list of objects but you don’t want to split the objects into their own separate tasks using Get branches from a pattern you can use the Node transformer.
The Node transformer will go trough each element, run the data transformers on that element and then saves it in the original payload.
Without creating separate tasks for each element.
The different parts of the HTTP Transformer
-
Pattern (required field)
This specifies the path to the items to loop over. -
Data Transformers
This determines a list of data Transformers to be applied to each item on the list.