Page 1 of 1

Create Table Definition from Excel file

Posted: Wed Sep 12, 2007 3:59 am
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

Posted: Wed Sep 12, 2007 5:10 am
by Raghavendra
Can you try with .csv format. I'm not sure but normally we read excel files with .csv format.

Posted: Wed Sep 12, 2007 5:46 am
by ArndW
You can read .xls files via a correctly defined system DSN ODBC data source.

Posted: Wed Sep 12, 2007 9:18 pm
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.