Page 1 of 1

xml data loading into file

Posted: Wed Dec 29, 2010 12:25 am
by DWH-M
Hi I am trying to load the data from xml source to taget file,

i am able to load from the key column only, remaming columns will be getting one record data menas (name=kiran,kiran kiran) like all the records are coming in name column, evern though i am passing unique data in that column.

could any one help me resolve the isse

thanx in advance

kiran

Posted: Wed Dec 29, 2010 12:41 am
by ray.wurlod
What stage types are you using? Assuming you are using an XML Input stage, what xml-path values are you using?

Re: xml data loading into file

Posted: Wed Dec 29, 2010 5:19 am
by samyamkrishna
Can you post your ample XML source file and the required target sample file.

Posted: Thu Dec 30, 2010 5:15 am
by Sreenivasulu
I understand that you have put only one key value for this xml file.
You can put multiple key values by using multiple xml input stages and then merge the results

Regards
Sreeni