| Class | Description |
|---|---|
| AppendStringColumnTransform |
Append a String to the
values in a single column
|
| BaseStringTransform |
Abstract String column transform
|
| ConvertToString |
Convert any value to a string.
|
| MapAllStringsExceptListTransform |
This method maps all String values, except those is the specified list, to a single String value
|
| RemoveWhiteSpaceTransform |
String transform that removes all whitespace charaters
|
| ReplaceEmptyStringTransform |
Replace empty String values with the specified String
|
| StringListToCategoricalSetTransform |
Convert a delimited String to a list of binary categorical columns.
|
| StringMapTransform |
A simple String -> String map function.
|
Copyright © 2017. All rights reserved.