Fields
Pattern
Required. Dot-notated path to the items to loop over. Use* to match all items in an array, e.g. products.*.
Data Transformers
One or more transformers to apply to each matched item. Transformers run in order on every item.Sample data
Pattern:products.*
Transformer: rename name to title
Input: