Regex Match Transformation

Your rating: None Average: 1 (1 vote)

Overview

Data flow transformation, directing input rows to match or no match outputs based on specified regular expression. The script has the following parameters:

  • Column – specifies the input column to use in the regular expression.
  • Pattern – specifies regular expression pattern.
  • IgnoreCase – specifies to do case-insensitive matching.
  • Multiline – specifies to use multiline mode.

Requirements

Depends on CozyRoc Script Component Plus component for implementing parameters user interface.
Requires installation of CozyRoc SSIS+ 1.4 library.

Library references

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

ScriptMain