Create Table Definition from Excel 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
jusami25
Premium Member
Premium Member
Posts: 84
Joined: Tue Oct 26, 2004 12:49 am

Create Table Definition from Excel file

Post by jusami25 »

Hi all,

I'm trying to create a table definition from an Excell file (.xls) I have created an Excell Driver ODBC on the Windows DataStage Server pointing to the Excell file. Then I try to import it from the Manager and I'm getting "No match" error.

Do you know which format should I define on the Excell sheet? should be a .xls file or a .csv file?

Thanks in advance
Raghavendra
Participant
Posts: 147
Joined: Sat Apr 30, 2005 1:23 am
Location: Bangalore,India

Post by Raghavendra »

Can you try with .csv format. I'm not sure but normally we read excel files with .csv format.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

You can read .xls files via a correctly defined system DSN ODBC data source.
jusami25
Premium Member
Premium Member
Posts: 84
Joined: Tue Oct 26, 2004 12:49 am

Post by jusami25 »

I have defined it on the system DSN ODBC. But i don't know which format should i specify (columns order) to create a table definition correctly.
Post Reply