Appending of double quota at both ends of row

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post 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)
Post Reply