Posted: Tue Mar 11, 2008 11:37 am
I would add a filter stage to the job with the command
(I'm sure there is a better way to do it, but I'm not certain of the syntax)
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)