How to import the metadata for .CSV files through seq_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
maheshkumar.bm
Participant
Posts: 19
Joined: Tue Feb 22, 2011 10:02 pm
Location: mumbai

How to import the metadata for .CSV files through seq_file

Post by maheshkumar.bm »

HI all ,

i have .csv file in my source ,and i am using seq_file stage to extract that .csv file......
can any one explaine me hoe to import metadata for that.
mahesh kumar B.M.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Import > Table Definition > Sequential File
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
maheshkumar.bm
Participant
Posts: 19
Joined: Tue Feb 22, 2011 10:02 pm
Location: mumbai

Post by maheshkumar.bm »

Tnx ray...

In the table definations, what should i select as a delimeter for .csv file.
mahesh kumar B.M.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Comma Separated Values file, so (more than likely) your delimiter is therefor a comma.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Comma.

CSV = "comma separated values"
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