exporting data into csv using csv parser,
while exporting data into csv using csv parser, what would happen if the total number of rows is beyond 10 million ? Would another file be created to accommodate the remaining rows ??
while exporting data into csv using csv parser, what would happen if the total number of rows is beyond 10 million ? Would another file be created to accommodate the remaining rows ??
I'm not sure that I understand the question. Why would it stop at 10 million rows? CSV files have no limit on the number of rows you can add to them and I just checked the CSV Parser library and there is no limit defined there, either. It just loops through all the rows in the InfoTable and appends them to the CSV.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.