Hi I’m trying to merge flows from different CSV files that look like this…
CSV_A
-----
Titles: Foo, Bar, Baz, Etch, Meh
Rows: 1, , , , 6
CSV_B
-----
Titles: Foo, Bar, Baz, Etch, Meh
ROws: 1, 2, ,4, ,
CSV_C
-----
Titles: Foo, Bar, Baz, Etch, Meh
Rows, 1, , 3, , 5,
Desired Output
Titles: Foo, Bar, Baz, Etch, Meh
Rows: 1, 2, 3, 4, 5, 6
How would one go about this with Clover? What component or component(s) to use?
Thanks,
Rasputin.