I am new to Datastage so pls help me in resolving this issue.
Input XML:
Code: Select all
<TAGS TAG_NAME="KK_ABC">
<A>1</A>
<B>703</B>
<C>G</C>
<A>2</A>
<B>701</B>
<C>G</C>
<A>3</A>
<B>698</B>
</TAGS>Tags A, B and C are repeated multiple times in the input XML and i have to extract all these values and store into a table. Can anyone let me know how the values should be extracted?
I came to know that custom stylesheet should be used for this but i dont know how to customise the stylesheet and where should i place it in the unix.
Thanks in advance
Valarmathi
Code: Select all
