Question
CIGNA Health Solutions India
IN
Last activity: 27 May 2021 13:18 EDT
Read XML and Get DataTable as output
Hi All,
I would like to read a xml which is Complex type and it has Dynamic Tags added to a schema.
for example I have parent tag as <Account > one account can have many number of transaction numbers.
here the tag <transaction> gets dynamically added as some time 5 child tags or sometime 100child tags.
Using Document module its going difficult. is there any other method to work on this? please help me here.