Hello Everyone.
I want to write the table records into csv("export.csv") files.
Each csv file should has only 200 rows total and next 200 rows (201 to 400) should be written into a next csv("export2.csv") file.
-
I used this code to output the .csv file but this code writes all records in single .csv file.
- fileExportCsv.writeExp(vatOutLine);
Please advice how to get the required result.
*This post is locked for comments
I have the same question (0)