| Class | Description |
|---|---|
| CharacterCut |
A directive implements unix cut directive.
|
| ColumnExpression |
A directive for apply an expression to store the result in a column.
|
| Decode |
A directive that decodes a column that was encoded as base-32, base-64, or hex.
|
| Encode |
A directive that encodes a column as base-32, base-64, or hex.
|
| ExtractRegexGroups |
A directive extracts regex groups into separate columns.
|
| FillNullOrEmpty |
A directive to fill null or empty column values with a fixed value.
|
| FindAndReplace |
A directive for 'find-and-replace' transformations on the column.
|
| GenerateUUID |
A directive to generate a UUID.
|
| IndexSplit | Deprecated |
| LeftTrim |
A directive for trimming whitespace from left side of a string
|
| Lower |
A directive for lower casing the 'column' value of type String.
|
| MaskNumber |
A directive that applies substitution masking on the column.
|
| MaskShuffle |
A Wrangler plugin that applies shuffling masking on the column.
|
| MessageHash |
A Executor to generate a message digest or hash of a column value.
|
| Quantization |
A Wrangler step for quantizing a column.
|
| RightTrim |
A directive for trimming whitespace from right side of a string
|
| Split | Deprecated |
| SplitEmail |
A directive to split email address into account and domain.
|
| SplitURL |
A directive to split a URL into it's components.
|
| TextDistanceMeasure |
A directive for implementing the directive for measuring the difference between two sequence of characters.
|
| TextMetricMeasure |
A directive for implementing the directive for measuring the metrics between two sequence of characters.
|
| TitleCase |
A directive for title casing the 'column' value of type String.
|
| Trim |
A directive for trimming whitespace from both sides of a string
|
| Trimmer |
This class
Trimmer operates on string to trim spaces across all UTF-8 character set of spaces. |
| Upper |
A Wrangler step for upper casing the 'column' value of type String.
|
| UrlDecode |
A Executor to decodes a column with url encoding.
|
| UrlEncode |
A Executor to encode a column with url encoding.
|
| Enum | Description |
|---|---|
| Decode.Method |
Defines encoding types supported.
|
| Encode.Method |
Defines encoding types supported.
|
Copyright © 2022 CDAP Licensed under the Apache License, Version 2.0.