Unstructured data extraction in DS 9.1.2.0

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
srinath0253
Participant
Posts: 45
Joined: Sat May 08, 2010 11:07 pm
Location: banglore

Unstructured data extraction in DS 9.1.2.0

Post by srinath0253 »

HI,
Is there prerequisites to extract excel files?
I am using unix based DS 9.1 version. Client is windows 7. I installed excel 2010 in client version. I am able too see the data in windows. I moved the file to unix machine through winscp. I am trying to extract the data using unstructured data stage. I mentioned filename along with filepath. i tried with range options as specify start row and specify the data range. range expressions. Column header. I tried with xls and xlsx formats.

Im getting error "file doesnot exist. Specify a valid file name".

Do i need to install or configure any library functions? Please guide.
Srinath
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

You don't need to add any components to get this to work. I do recall that I had issues with parameter values inside the unstructured data stage; and you need to remember that paths used in this stage are relative to the server, not your DataStage client workstation.
rkashyap
Premium Member
Premium Member
Posts: 532
Joined: Fri Dec 02, 2011 12:02 pm
Location: Richmond VA

Post by rkashyap »

- DataStage Server is installed on which flavor of Unix?
- Was the WINSCP file transfer of excel file done in Binary mode?
- In Unstructured Data Stage, is the path and the excel filename hard-coded Or is it parameterized?
srinath0253
Participant
Posts: 45
Joined: Sat May 08, 2010 11:07 pm
Location: banglore

Post by srinath0253 »

I had issue with excel file while transfering the file to unix box. OS admin cleared the issue and then job works fine.
Srinath
rkashyap
Premium Member
Premium Member
Posts: 532
Joined: Fri Dec 02, 2011 12:02 pm
Location: Richmond VA

Post by rkashyap »

Some details please ... what was the issue and how did OS admin fix it?
Post Reply