I would like to replace the empty space between each and every field with comma delimiter.Could someone let me know how can I do this.I tried the below command but it doesn\
Try the following command and it should work out for you.
sed "s/\s/,/g" orignalFive.csv > editedFinal.csv