Writing XML data from URL to Object in SSIS Script Task
问题 I have this URL where there is XML data. I have to extract that data from URL and dump it into DW table. I am using SSIS Script Task for that. This is how the data looks like: -<currency> <csymbol>AED</csymbol> <cname>United Arab Emirates Dirhams</cname> <crate>3.6732001305</crate> <cinverse>0.2722421770</cinverse> </currency> −<currency> <csymbol>AFN</csymbol> <cname>Afghanistan Afghanis</cname> <crate>44.0000000000</crate> <cinverse>0.0227272727</cinverse> </currency> −<currency> <csymbol