I need to map this flat file format:
1-Origin12356789
2-customer line 1
3-customer line 2
4-Order line 1
5-order line 2
6-items (multiple)
2-6 are repeated (multiple orders)
I tried disassembling in a pipeline with envelope being 1 to split to multiple files. I can make it work with 3 levels (like with line 1,2,6).
1-Origin12356789
2-customer line 1
6-items (multiple)
2-customer line 1
6-items (multiple)
…
Any ideas? [:@]