This must have been done a million times but I can't seem to find the solution
I have a "normal" comma-separated file (.csv) with some text fields in double-quotes. These fields MAY contain a comma, which should be changed to a space.
I want to use sed or awk (or gawk) to zap the unwanted commas, leaving the legit delimiting commas intact.
Any help appreciated ... TA
