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, calculating the difference between two strings. The used algorithm is the famous Levenshtein Distance.
Setup
The script has the following parameters:
- FirstColumn - specifies first column input.
- SecondColumn - specifies second column input.
- DistanceOutputColumn - specifies the name of output column.
Requirements
Depends on COZYROC Script Component Plus for implementing parameters user interface.
Requires installation of COZYROC SSIS+ 1.4 library.