I am trying to write to a target XML and have not woked with XML in Informatica. The XML target has a hierarchical structure and has a header and a trailer record.
for example:
<header>This is a header</header>
<detail>
<person>
<name>ABC</name>
<address>USA</address>
<address>India</address>
</person>
</detail>
<detail>
<person>
<name>PQR</name>
<address>Canada</address>
</person>
</detail>
<trailer>There are 2 persons</trailer>
How do I use the target ports to create records in the hierarchical structure?
Can someone please help me out?
Regards,
Sanjit
for example:
<header>This is a header</header>
<detail>
<person>
<name>ABC</name>
<address>USA</address>
<address>India</address>
</person>
</detail>
<detail>
<person>
<name>PQR</name>
<address>Canada</address>
</person>
</detail>
<trailer>There are 2 persons</trailer>
How do I use the target ports to create records in the hierarchical structure?
Can someone please help me out?
Regards,
Sanjit