Description | Calculates the length of a string field populating a derived field. |
Parameters | A default name is provided, which you can edit or overwrite by clicking the Field text box. |
Supported Data Types | • String (input) • Integer (output) |
Remarks | String rule also produces a derived field. For more information, see Derived Fields. |
Description | Converts all characters in a string field to lowercase. |
Parameters | A default name is provided, which you can edit or overwrite by clicking the Field text box. |
Supported Data Types | • String (input) • String (output) |
Remarks | String rule also produces a derived field. For more information, see Derived Fields. |
Description | Trims whitespace from a String field populating a new field. |
Parameters | A default name is provided, which you can edit or overwrite by clicking the Field text box. |
Supported Data Types | • String (input) • String (output) |
Remarks | String rule also produces a derived field. For more information, see Derived Fields. |
Description | Converts all characters in a string field to uppercase. |
Parameters | A default name is provided, which you can edit or overwrite by clicking the Field text box. |
Supported Data Types | • String (input) • String (output) |
Remarks | String rule also produces a derived field. For more information, see Derived Fields. |
Description | This string rule creates a field with its phonetically encoded value which can be used as an index key or simply be used with IsNotDuplicate for finding out duplicates. |
Parameters | A default name is provided, which you can edit or overwrite by clicking the Field text box. |
Supported Data Types | • String (input) • String (output) |
Remarks | Coverphone is a phonetic matching algorithm used to identify English names with their sounds. String rule also produces a derived field. For more information, see Derived Fields and About Coverphone. |
Description | This string rule creates a field with its phonetically encoded value which can be used as an index key or simply be used with IsNotDuplicate for finding out duplicates. |
Parameters | A default name is provided, which you can edit or overwrite by clicking the Field text box. |
Supported Data Types | • String (input) • String (output) |
Remarks | Metaphone is a phonetic algorithm, for indexing words by their English pronunciation. It improves on the Soundex algorithm by using information about variations and inconsistencies in English spelling and pronunciation. String rule also produces a derived field. For more information, see Derived Fields. and About Metaphone. |
Description | This string rule creates a field with its phonetically encoded value which can be used as an index key or simply be used with IsNotDuplicate for finding out duplicates. |
Parameters | A default name is provided, which you can edit or overwrite by clicking the Field text box. |
Supported Data Types | • String (input) • String (output) |
Remarks | Double Metaphone algorithm in contrary to the Metaphone algorithm whose application is limited to English only, takes into account spelling peculiarities of a number of other languages. String rule also produces a derived field. For more information, see Derived Fields and About Double-Metaphone. |
Description | This string rule creates a field with its phonetically encoded value which can be used as an index key or simply be used with IsNotDuplicate for finding out duplicates. |
Parameters | A default name is provided, which you can edit or overwrite by clicking the Field text box. |
Supported Data Types | • String (input) • String (output) |
Remarks | Soundex is a phonetic algorithm for indexing names by sound, as pronounced in English. String rule also produces a derived field. For more information, see Derived Fields and About Soundex. |
Description | This string rule creates a field with its phonetically encoded value which can be used as an index key or simply be used with IsNotDuplicate for finding out duplicates. |
Parameters | A default name is provided, which you can edit or overwrite by clicking the Field text box. |
Supported Data Types | • String (input) • String (output) |
Remarks | RefinedSoundex phonetically encodes a string using Apache's refined soundex algorithm which is optimized for spell checking words. String rule also produces a derived field. For more information, see Derived Fields and About RefinedSoundex. |