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 !):
,
Another way to do it :
%s/\s\{1,}/,/gc