problem with double quotes

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
IBMDS
Participant
Posts: 20
Joined: Thu Nov 09, 2006 1:58 pm

problem with double quotes

Post by IBMDS »

I am extracting data from comma and quote separted sequential file.

for some of records the format like this and these records are dropped because of the following warning

sff_XYZ,0: Field "XYZ_IND" has import error and no default value; data: {1 1 1 1 1 1 1 1 1 1}, at offset: 90

I verified the data one particular column its self getting value like this

0,0,0,"IBMDS "DSX"",0,0,0,"ABCD"

we need to treat IBMDS DSX as one value. but its DSX taking for next column.

Thanks
IBMDS
samba
Premium Member
Premium Member
Posts: 62
Joined: Wed Dec 07, 2005 11:44 am

Post by samba »

search for 'double quotes' in dsxchange.

Thanks
samba
samba
girija
Participant
Posts: 89
Joined: Fri Mar 24, 2006 1:51 pm
Location: Hartford

Post by girija »

samba wrote:search for 'double quotes' in dsxchange.

Thanks
samba
So your field separator is , (comma) and data contains " (quote).
Try this ....
Set field separator as ,
and quote as none in the properties tab.
Post Reply