Forum Discussion
Minovski
7 years agoNew Contributor II
If I understand the issue correctly, you need to parse and transform the files one by one.
You can use Multi File Reader snap to read those 2 files, you will need to add binary to document snap to encode the files. Use Pipeline Execute to send the files one by one. Here is an example:
Inside the Child pipeline that you will create you can parse your files and do your transformation.
- sshaik2 years agoNew Contributor III
Could you provide a sample Pipeline regarding to parse and transform the files one by one