cancel
Showing results for 
Search instead for 
Did you mean: 

Source XML file into DB2 Database

Former Member
0 Kudos

Hello All,

In my Scenario I want to insert Total Source XML file into DB2 Database, can any one explain How to do this scenario.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check out this michal's blog..

/people/michal.krawczyk2/blog/2005/11/01/xi-xml-node-into-a-string-with-graphical-mapping

Nilesh

Former Member
0 Kudos

hey

>>In my Scenario I want to insert Total Source XML file into DB2 Database

if u mean whole of payload,including the tags and everything,then u need to use either java or XSLT mapping for this.

if u want all the values of the tags(not including tags) then u can use Concat function and map them to single field

Thanx

Aamir