I have a huge csv file with millions of lines containing XYZ coordinates. I need to add an enumeration to each of it. Adding a tab in front of it wasn't an issue, nor was it a problem finding the column editor in Notepad++ which does exactly this job.
However, if I do this to my file containing all 3.6 million lines, Notepad++ just closes itself after an hour without any crash notification (got 112 GB RAM here). If I split my file into multiples of 1 million lines, it takes about an hour or two for Notepad to produce some unreproducible rubbish:
At some point the line numer is added (but the wrong one as lots of numbers were just skipped), at some point the formatting is entirely broken and messes with the coordinates), but all at random as it seems. Everything is fine until around line 1500ish or so. Any idea how to tackle this problem without scripting? The file isn't that big neither (maybe 60 MB).