rzs0502
IS-IT--Management
- Nov 18, 2002
- 708
Hi All,
I am quite new to Perl and I have the following problem.
I have several comma separated csv files that I need to remove the trailing spaces from each field.
File Eg.
abc ,Some ABC text ,123456 ,data
xyz ,Some XYZ text ,567890 ,data2
What would be the best way to remove the trailing spaces of each field?
Many thanks.
"If you always do what you've always done, you will always be where you've always been."
I am quite new to Perl and I have the following problem.
I have several comma separated csv files that I need to remove the trailing spaces from each field.
File Eg.
abc ,Some ABC text ,123456 ,data
xyz ,Some XYZ text ,567890 ,data2
What would be the best way to remove the trailing spaces of each field?
Many thanks.
"If you always do what you've always done, you will always be where you've always been."