The file is comma delimited.
There are trailing spaces before the next comma.
eg: first name,last name ,address1 ,address2,
How do I remove these trailing spaces before the next comma
so that the output looks as follows?
eg: first name,last name,address1,address2,
There are trailing spaces before the next comma.
eg: first name,last name ,address1 ,address2,
How do I remove these trailing spaces before the next comma
so that the output looks as follows?
eg: first name,last name,address1,address2,