vkandalam
3 years agoNew Contributor II
How to access data from previous snaps
Hi Have a pipeline where i get data from a triggered task. For testing and dev purpose, I am reading the data from files as the first step. In one of the snaps i am calling another pipeline to query ...
- 3 years ago
Hi @vkandalam
If you move the first Mapper Snap inside the child pipeline, you will be able to access the documents from the XML Parser in Mapper 1, by accessing the $original object.
BR,
Aleksandar.