XML Columns in SQL 2005 & SSIS
Is there a way to pull data from XML columns with SSIS? I mean parsing the XML and pulling only data from XML column without putting it into an XML file first. I have been using xpath queries (XML value method) to do this. Is there any other way?
Thanks
March 7th, 2007 1:29am
Is there a way to pull data from XML columns with SSIS? I mean parsing the XML and pulling only data from XML column without putting it into an XML file first. I have been using xpath queries (XML value method) to do this. Is there any other way?
Thanks
You can implement script component in the data flow which does extraction with XPath. Check this
script for reference.SSIS Tasks Components Scripts Services | http://www.cozyroc.com/
Free Windows Admin Tool Kit Click here and download it now
April 14th, 2011 11:08am
XPath is good way, combination the XML task with XPath led result as you need.
Let us know what is your problem with XPath?http://www.rad.pasfu.com
April 14th, 2011 1:21pm