- Deprecated Help Center
- Working with the iPaaS
- Using Transformers
Copy operations
A guide on how to copy data within the record using Alumio dashboard
Copy using Pattern
A pattern is simply the JMES path in which the JSON data can be traversed.
By supplying a pattern and a replacement, it is the easiest strategy to copy data in the Alumio environment.
Copy data between accessors
A transformer that provides a higher degree of freedom to copy the data.
It provides the following accessor strategies,
- Key accessor
- Pattern accessor
- Child accessor
- Structure accessor
Key Accessor
The strategy here is to first navigate to a Root node and perform the copy operations at its immediate level, it is not possible to access a nested path once the route has been set.
TODO: 2,3,4