Page 1 of 1

Help writing to a file

Posted: Wed Feb 29, 2012 5:01 pm
by kpsita
Hi,

I am trying to load a csv file. For some reason I am not capturing double quotes.

For example I have a field value like I DON'T "KNOW",ENGLISH

In the above example I need to capture all the charcters like " ' and , to a csv. I tried using Dquote but not working. Can you please help.

Thanks

Posted: Wed Feb 29, 2012 8:32 pm
by kandyshandy
Where is your input? from sequential file? what is the delimiter? did you try view data when you read your input?

Posted: Wed Feb 29, 2012 10:13 pm
by ray.wurlod
The parallel Sequential File stage is notoriously bad at handling quotes.

Consider using a server Sequential File stage, either in a server job or in a server Shared Container in your parallel job.