DEPRECATED: Starting with SSIS+ 1.9, the .NET scripts are no longer maintained. Use the provided JavaScript alternative scripts instead.
Average: 3.5 (2 votes)


Overview

Data flow transformation for extraction of information from input column containing XML document, using XPath expressions.


Setup

The script has the following parameters:

  • InputColumn - selects input column containing XML document to process.
  • XPath - specifies XPath expression for extraction process.
  • Namespaces - specifies the namespaces used in the XPath expression. The format is [namespace prefix]=[namespace]. Multiple namespaces are separated with newline.
  • ResultSeparator - specifies elements separator.

Requirements

Depends on COZYROC Script Component Plus for implementing parameters user interface.


Library references

  • System
  • System.Data
  • Microsoft.SqlServer.TxScript
  • Microsoft.SqlServer.PipelineHost
  • Microsoft.SqlServer.DTSPipelineWrap
  • Microsoft.SqlServer.DTSRuntimeWrap
  • Microsoft.SqlServer.ManagedDTS
  • CozyRoc.SSISPlus
  • System.XML

ScriptMain