Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: SSIS - XML result set

    You could define a second variable, and set it to be based on the following expression:

    REPLACE(REPLACE(@[User::YourXMLVariable], "<ROOT>", ""), "</ROOT>", "")

    and use this as the source to your Xml file

Viewing post 1 (of 1 total)