Hi Scholars,
I need some help on importing data from complex XML files into a SQL table in SSIS:
I was able to achieve this with a few XML files, which had a joining condition between different segments of an XML file. (As the XML file when browsed into an 'XML Source' of Data Flow Task, it shows up as different tables with some joining criteria on Id's).
But, for a few XML files I don't see any joining Id's between segments. I did some research in blogs and was suggested to use XSLT in 'XML Task' of Control Flow, followed by a Data Flow Task. But, I'm not sure how XML file can be transformed to XSLT. Can any one please help me out here.
Thanks
Kranthi Gummula