Problem with Column Import stage

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
shruthija
Participant
Posts: 23
Joined: Wed Apr 01, 2009 1:05 am
Location: Hyderabad

Problem with Column Import stage

Post by shruthija »

Hi friends

I am running the column import stage, In the source file I loaded it with one type of filedefinition, and in the destination file it is loaded with the same filedefinition with two extra columns that are to be imported.

But when I run the job it is saying that, the extra added two columns were not found. The message was "Delimiter for <extra added column> were not found.

How to run it.
Please help me

Thanks in advance
Last edited by shruthija on Fri Jun 10, 2011 6:45 am, edited 1 time in total.
dsuser_cai
Premium Member
Premium Member
Posts: 151
Joined: Fri Feb 13, 2009 4:19 pm

Post by dsuser_cai »

the job log says it all. you need to Check for the delimiter. try to specify your own delimiter and test it. I use a Pipe symbol (|)
Thanks
Karthick
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

You need to add the 2 columns in a transform.
Mamu Kim
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

... or a Column Generator.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
pandujoy
Participant
Posts: 70
Joined: Tue May 13, 2008 1:37 pm

Post by pandujoy »

add two more columns in the transformer
pandujoy
Participant
Posts: 70
Joined: Tue May 13, 2008 1:37 pm

Post by pandujoy »

add two more columns in the transformer
Post Reply