Overview
Data flow transformation, creating Soundex representation of input column. Soundex is a phonetic algorithm for indexing names by sound, as pronounced in English.
The script has the following parameters:
- InputColumn – specifies column for algorithm input.
The result representation is stored in output column named Soundex.
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
CozyRoc
