How to read excel file in csv format using sequential 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
cbhutani2
Participant
Posts: 8
Joined: Wed Mar 18, 2009 1:08 am

How to read excel file in csv format using sequential file?

Post by cbhutani2 »

Hi,
I have my input source file in csv format, and I want to read it using sequential file. But, I cannot see any settings or property or format tab where I can select '.csv' so that I can specify that my input file is in csv format?
How can I read this file using a sequential file stage?

Regards,
Sumati.
Sumati
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

It is in the delimiter property.
vjonnala1516
Participant
Posts: 18
Joined: Fri Jan 04, 2008 5:28 am
Location: Bangalore

Post by vjonnala1516 »

Saving the file in CSV format--open the XLS file and Goto FILE tab and then select Save As and then change the SAVE AS TYPE from XLS to CSV.

Reading the CSV file: Just mention the delimeter as ","
VJ
Post Reply