Anyone has an idea how to remove all white space and replace them with a comma , in a file using Vim ? File input example (words could be everywhere !):
,
when converting a text file with headers and text fields with spaces I used %s/\s\{2,}/,/g
%s/\s\{2,}/,/g