Page 1 of 1

Posted: Tue Mar 11, 2008 11:37 am
by ArndW
I would add a filter stage to the job with the command

Code: Select all

sed 's/^/"/;s/$/"/' 


(I'm sure there is a better way to do it, but I'm not certain of the syntax)