Reading data from a word document

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
srekant
Premium Member
Premium Member
Posts: 85
Joined: Wed Jan 19, 2005 6:52 am
Location: Detroit

Reading data from a word document

Post by srekant »

Hi,

I want to read data from a word document and load to target.

How can i achieve this( reading from a word document (.doc) file).

I am working on DS 7.5 EE
Sree
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

There is no "driver" to do this in DataStage. The simplest way is to use Word to convert the file to a .txt file and then read that file into DataStage and I have seen tools that will convert a word document into other forms. The main problem is that Word documents can contain unstructured data which DataSage might be able to read but which won't be processable.
Post Reply