remove comma from end of field
Posted: Wed Mar 05, 2008 2:42 am
I am using the remove delimited fields to retain certain csv fields into a output file and a comma is remaining after the last field that I need to remove as well.
It looks like this after processing the remove delimited fields. I need to get rid of the last comma.
field1, field2, field3,
abc, def, ghi,
jkl, mno, pqr,
Any suggestions. I have tried using [TextEnd] etc and nothing gets rid of it. I just want it to be blank at the end of the line.
It looks like this after processing the remove delimited fields. I need to get rid of the last comma.
field1, field2, field3,
abc, def, ghi,
jkl, mno, pqr,
Any suggestions. I have tried using [TextEnd] etc and nothing gets rid of it. I just want it to be blank at the end of the line.