Fields
Pattern
A required field. The path towards the entity data that needs to be moved.Replacement
A required field. The output location where the data will be moved to.Conditions
Only move the data when a certain condition is met.Sample data
- Pattern: product.name
- Replacement: product_name
- Pattern: products.*.name
- Replacement: product_names.$1
- Pattern: products.*.categories.*
- Replacement: categories.$2