Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Informatica XML target

Status
Not open for further replies.

sanjitbh

Programmer
Dec 1, 2008
1
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top