Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OLE/XML manipulation of jobs ?

Status
Not open for further replies.

Surfbear

Programmer
Dec 6, 2005
1
US

We have started using ascential, I went through a training session some months back. It seems that there is powerfull graphical and GUI manipulation for ETL transforms and the like, but not much in the way to easily manipulate jobs using something like OLE or though XML. At least that is my impression. I had asked the instructor about OLE, he said it wasn't available, though perhaps they are thinking about it. What about IBM Websphere ?
An example of OLE, is that using Perl Scripts I can automatically import or export hundreds of comma seperated text files into or out of MS xcel, change the column sizes and layout info for each one without ever opening xcel manually by hand. There is an OLE available for Xcel, MS Word, Lotus Notes, and various other applications. It seems concievable there could be a way to do something similar with XML files since ascential can import/export those, but there is no clear way outlined that I have seen documented etc. I have come accross websites that mention XMI in relation to Websphere. Does websphere use XML tools of some kind ? I imagine we will we have to go to Websphere eventually if we continue to use Ascential ?

We create quite a few ascential jobs, and it seems from talking to some of the people that have started using ascential, that an automated method such as what I have described could be advantagous.

thanks




 
DataStage TX can be a lot easier to use with those type of files.

BTW, Ascential was the name of the company (now IBM), the product line includes IBM WebSphere DataStage and IBM Websphere DataStage TX.



BocaBurger
<===========================||////////////////|0
The pen is mightier than the sword, but the sword hurts more!
 
DataStage does support dynamic link libraries for transformation routines though they are rarely used. The suite is moving towards SOA, as are Microsoft, so you will see increasing interaction between real time DataStage services and the Office Suite.

DataStage can read from or write to Excel spreadsheets but cannot do much for the formatting. It can also read and write XML with stylesheet options. I've been able to output to an XML file that can be opened by Excel or Explorer with formatting applied by XSL or CSS.

regards
Vincent
Blog: My top ten features in DataStage Hawk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top