I have a 75MB CSV file containing about 2 million rows. I now want to replace all ;
characters with comma's. Each line contains six ;
characters, so the total number of characters to replace would be around 12 million. Wat is the best tool for this? I am working on windows and tried Notepad++ 'replace all' functionality, but that keeps freezing due to the size of the file. Any suggestions?
Thanks in advance