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, creating Soundex representation of input column. Soundex is a phonetic algorithm for indexing names by sound, as pronounced in English.
Setup
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 for implementing parameters user interface.
Requires installation of COZYROC SSIS+ 1.4 library.