Search found 4 matches

by Daniel Zackrisson
Thu Aug 10, 2006 9:07 am
Forum: General
Topic: Sequential file to XML Output
Replies: 9
Views: 8674

Re: Thanks

but donno how to write XPath Expressions fro the colums tab in input of the XML Output Hi divya! I'm working with the same kind of job. To generate the Xpath definitions you would want to load your .xsd into the XMLMetaDataImporter.exe (A small stand alone program you'll find in your DataStage Fold...
by Daniel Zackrisson
Thu Aug 10, 2006 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XPath problems when converting flat file to XML
Replies: 4
Views: 1929

I used the stand alone XMLMDImporter.exe to generate the Xpaths from my schema so they should be valid. I suppose the resulting paths would be the same as if I would have used the manager? For some reason the expressions just ad new imputs into the same element. I need to close the product_class nod...
by Daniel Zackrisson
Wed Aug 09, 2006 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XPath problems when converting flat file to XML
Replies: 4
Views: 1929

XPath problems when converting flat file to XML

Hello Datastage users! I work on a data migration project and try to convert data from a tabular file to an XML-format. When I run my job i extract a row from the table like the second line below: TYPE,level_type1,LINE,level_type2 C,1,AC,2 And want to create an XML output like this: <Product_class> ...
by Daniel Zackrisson
Wed Aug 09, 2006 12:59 pm
Forum: General
Topic: XPath problem when transforming flat file to XML
Replies: 2
Views: 1704

XPath problem when transforming flat file to XML

Hello! I work on a data migration project and try to convert data from a tabular file to an XML-format. When I run my job i extract a row from the table like the second line below: TYPE,level_type1,LINE,level_type2 C,1,AC,2 And want to create an XML output like this: <Product_class> <name>C</name> <...