Can recsveditor be used to split a large csv file into smaller chunks by defining the number of rows per each file? I have about 50 million rows in a 14 gb csv that I'd like to split into 500,000 row chunks. Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Can recsveditor be used to split a large csv file into smaller chunks by defining the number of rows per each file? I have about 50 million rows in a 14 gb csv that I'd like to split into 500,000 row chunks. Thanks
You could write a macro script to do it, but you might as well do in a scripting tool.
At the moment there are better tools for this than reCsvEditor. I will look at doing something for the next version