I have a basic CSV file containing lines of data but I have unwanted commas in the file and I want to delete them
Example
7678676,04,07/10/2012
545545,12,06/12/2012
,,
,,
5545435,44,01/01/2011
,,
43434,05,12/12/2012
I want to delete the double commas in the file
Example
7678676,04,07/10/2012
545545,12,06/12/2012
,,
,,
5545435,44,01/01/2011
,,
43434,05,12/12/2012
I want to delete the double commas in the file