Splitting a large CSV file
hovanes
Posted messages
9
Status
Membre
-
berrayahkamel Posted messages 175 Registration date Status Membre Last intervention -
berrayahkamel Posted messages 175 Registration date Status Membre 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 réponses
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! |#~
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
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/
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/
Why rewrite everything if you can split it into 2 CSV files?
eric
Then you can save them in XLS format if you wish
eric
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.