


In such case, here is XSLT transformation for the ' e:\Temp\detailedreport. Policy_name report_format_version app_name app_id
INSERT INTO destinationTable - uncomment it when you are ready if that was used in the XML source in SSIS it would out the child element, the attribute 'att' of child, the sub elements of other child and its attribute otheratt and the inner child element but root and its 'date' attribute would be completely ignored.You can test it in SSMS, and when it is ready, call it in the SSIS E xecute SQLįROM OPENROWSET (BULK N'e:\Temp\detailedreport.xml', SINGLE_BLOB) AS x) The example below shows how to read its root element attributes in SQL, converting them into a rectangular table format, and, eventually, INSERT into a destination table. I saved the sample XML on the file system as ' e:\Temp\detailedreport.xml' file. The documentation has the following sample:

I have a monster xml file." Please provide a fragment of it from your real XML file. Drag and drop the Script Component transform (I renamed this to Load XML data) on the data flow canvass and select Source from the. The link you provided shows a general documentation for the detailedreport. Double Click the DFT to open up the Data Flow page.
