XML-to-DB schema manager

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
RodBarnes
Charter Member
Charter Member
Posts: 182
Joined: Fri Mar 18, 2005 2:10 pm

XML-to-DB schema manager

Post by RodBarnes »

Have a project where they need to take and generate the schema from the XML: XML to DDL or something like that.

Beyond the initial XML-to-DDL, this XML will likely change and grow over time so they are looking for something that can do a diff of the schema and (hopefully) manage the DDL to update the schema as the XML changes.

I've done some searching and found a few things worth investigating but thought some of you here may have already done such a project and have some input.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I wrote a job eons ago - to dump table definitions in various formats - that was adapted by Kim Duke into a function called KgdCreateDdlMetadata; information about it can be found here and the function itself can be downloaded from Kim's web site
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