Splitting a large CSV file
hovanes
Posted messages
9
Status
Member
-
berrayahkamel Posted messages 175 Registration date Status Member Last intervention -
berrayahkamel Posted messages 175 Registration date Status Member Last intervention -
Hello,
I have a .csv file that is way too large to be opened with Excel, and even with Notepad++
I'm looking for a way to split this file in two (with a script, for example).
If someone has any idea!
Thanks in advance!
Configuration: Windows XP / Firefox 3.6.22
I have a .csv file that is way too large to be opened with Excel, and even with Notepad++
I'm looking for a way to split this file in two (with a script, for example).
If someone has any idea!
Thanks in advance!
Configuration: Windows XP / Firefox 3.6.22
7 answers
-
Well, I tried with Word Pad, it works, I can split the content of my file in two, but the problem is that it would be way too long to rewrite everything into two different Excel files, lol
So that’s not the solution yet
I tried your software, unfortunately it didn't work either :(-
-
-
-
Absolutely, the process to follow is if you manage to open your file, you cut/paste half into a new CSV file
Then you can open both separately in Excel, it will recognize the columns (separation ";" normally)
Keep us updated :)
PS: In Excel 2007, there is a max of 1,048,576 rows, so splitting it in two should work. -
-
-
-
-
Hi!
I've never encountered a CSV that Excel couldn't open (even though I work with files of several thousand rows...)
That said, it's possible to split a file into several pieces with XTremsplit, for instance, but that's more for transport (like big ISOs or something like that...)
In my opinion, it won't be possible to save your file in two distinct (and readable!) parts without having opened it.
One last thing, when this CSV was created, it was indeed open somewhere, right?
--
~#| Don't forgive: Life is a Game! |#~ -
If it's a csv file, it should normally be readable by WordPad or Microsoft Doc.
Otherwise, try this:
http://www.commentcamarche.net/download/telecharger-34067213-file-splitter -
I haven't tested it, but maybe a lead here:
https://www.generation-nt.com/reponses/couper-un-fichier-csv-entraide-737091.html
And here, a site that seems interesting to me:
http://frederic.sigonneau.free.fr/ -
Thank you for your response!
Actually, it's a file that was extracted directly from a database, and it contains over a million rows. Apparently, it would work with Excel 2010, but I only have Excel 2007!
So that's why I can't open it.