Hi @cmk ,
SSIS has XML Source Adapter to do that.
Check it out here: importing-xml-documents-using-sql-server-integration-services
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi All,
I have single xml file have multiple nodes. How can I load all the nodes information into single table.
Thanks,
CMK
Hi @cmk ,
SSIS has XML Source Adapter to do that.
Check it out here: importing-xml-documents-using-sql-server-integration-services
Hi @cmk ,
The XML source generates tabular structures from the XML data by creating an output for every element that contains other elements in the XML files. For example, if the XML data represents catalogs and items in catalogs, the XML source creates an output for catalogs and an output for each type of item that the catalogs contain. The output of each item will contain output columns for the attributes of that item.
We can use XML Source in the Data Flow Task.
Please refer to Import XML documents into SQL Server tables using SSIS packages.
Best Regards,
Mona
----------
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hot issues in November--What can I do if my transaction log is full?
Hot issues in November--How to convert Profiler trace into a SQL Server table?