I have a CSV file with some fields quoted, but the entries within quotes are separated by double or single spaces. I need these to be replaced with commas.
Example line:
This is okay,"ABC DEF GHI",123,"This is not okay",remove,spaces,within,quotes
And how it should look:
This is okay,"ABC,DEF,GHI",123,"This,is,not,okay",remove,spaces,within,quotes