How fetch the data from excel sheet(No work Sheet)

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
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The obvious answer seems to me to be "from the one sequential file", since you've already created it.

Otherwise, provided certain conditions are met such as you have an ODBC driver for Excel on your DataStage server machine, you can refer to each worksheet as a separate table and request the UNION ALL of these tables if that's appropriate.
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