I have a plan file in which there are multiple flows which generate multiple result csv files having different number/size of column .
I want to store the output of each flow into a single csv file by appending the rows.
I want to this happen every time I run the plan file
Example - On 1st run of the plan file each result csv file have 10 rows and there are 5 flows . This should lead to a total of 50 rows in the appended file . Now on the 2nd run of the plan file the 10 rows are generated again for each flow , this should lead to a total of 100 rows( 50(1st run) + 50 (2nd run) ) in appended file .