reading sequence 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
deva
Participant
Posts: 104
Joined: Fri Dec 29, 2006 1:54 pm

reading sequence file

Post by deva »

Hi ,
I am reading a pipe delimited file which contain ID and description cols.

ID is char 4
description varchar2(30)

while reading a file it is erroring out as ID delimiter is missing.

If I changed to char to varchar , it is reading well.

Can any one help me why I am getting this issue.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Because you have bad data - data that does not conform to your specified metadata. Either get the data changed so that they conform to the metadata or change the metadata so that they conform to the data.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply