Reading Excel spreadsheets from DataStage

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
datastage
Participant
Posts: 229
Joined: Wed Oct 23, 2002 10:10 am
Location: Omaha

Reading Excel spreadsheets from DataStage

Post by datastage »

To read Excel from DataStage NT simply create an ODBC dsn to the file (tables will show up as system tables when importing metadata). Easy. Now onto reading a spreasheet from a UNIX DataStage server: Ideally, an ODBC dsn on the UNIX side would work, but is this even possible? If you know how to create an UNIX ODBC dsn to an Excel spreasheet please advise.

As for the workaround, would the best method be a VBA macro to convert the sheet to a .csv or .txt and then ftp it to the UNIX server for input?
Post Reply