Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how can import and map multiple table from single XML

Hello everyone,

i am start working on XML metadata, i have an issue to import multilevel XML into tables,

do i need to process one table at a time or any other options are available for XML.

i have attached sample schema of XML

0683p000009Lz4i.png

Thanks in advanced

Labels (3)
3 Replies
David_Beaty
Creator III
Creator III

Hi,

 

If you are processing an XML document with multiple sets of repeating sections - at different levels within the document, you'll need to process it at each level separately.

 

Thanks

 

David

jlolling
Creator III
Creator III

It is possible. I would use the tExtractXMLField.

Here a real life use case in which on every level we iterate and extract the next level as Document and hand over to the the next tExtractXMLField and so on....0695b00000bDnSDAA0.png

jlolling
Creator III
Creator III

Parsing the whole document within one job is sometimes essential to write in the database in one transaction.