Sequential File

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
phanikumar
Participant
Posts: 60
Joined: Tue Sep 20, 2011 10:44 pm
Location: INDIA

Sequential File

Post by phanikumar »

I am trying to read data from sequential file where it contains two columns ID and SYSTEM_NAME.My problem here is the data in system name contains quotes,I need to get rid of these quotes before loading in to the target.Any ideas or suggestions around this would be really helpful.

Regards

Kumar
deeplind07
Participant
Posts: 31
Joined: Mon Jun 28, 2010 5:15 am
Location: pune

Re: Sequential File

Post by deeplind07 »

While readin the file you can read it as 'quoted' and while writing into the target mention it as no quotes.
Post Reply