Search found 1 match
- Tue Jan 25, 2005 10:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Buil XML file from sequential file
- Replies: 1
- Views: 735
Buil XML file from sequential file
Hello I have to generate an XML file with the following hierarchical structure. (This XML file is import whit XML inport option from a xsd schema) <List Of Invoice> <File sequence number> NNN </File sequence number> <Invoice> <Header> </Header> <Details> Invoice Line item detail 2 </Details> <Detail...