DEPRECATED: Starting with SSIS+ 1.9, the .NET scripts are no longer maintained. Use the provided JavaScript alternative scripts instead.
Script File:
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.