So in my use case, its simple: I have 5 input documents, each document is an array of values.
e.g. the first array has 3 values, the 2 array has 2 values.
after the CSV formatter, i want to see 5 documents/files( the first one should have 3 rows, the second one should have 2 rows…)
The 5 documents comes out of a mapper snap, then I tried to put a CSV formatter snap behind the mapper, i noticed that the number of output of the CSV is not 5, but 1 document contains all values across all arrays.
Then I tried to move just the CSV formatter to a subpipeline, I got the same result.