Dear All,
I want to add/append data into a file in column wise using Ocean script.
In other words, I run my 1st for loop which will add data in row wise in column 1.
In the next for loop run the data should be added in row wise but in in column 2.
One example:-
In loop 1 data are added into the file as below:-
1,
15,
2,
4,
11
In loop 2 data are added in the 2nd column as below:-
1, 61,
15, 4,
2, 13,
4, 12,
11 7
Similarly, for nth loop run, the data re to be added in nth column.
I know to append data in row wise into a .csv file using script. But I do not know how to add data in column wise.
Can anybody please tell how to achieve this using OCEAN script..
Kind Regards,