String Calculation Operations
Here are the 'Calculation' operations for string type transformations
Last updated
Here are the 'Calculation' operations for string type transformations
Last updated
Adds a suffix to the chosen column. The value of the suffix can be configured to be another column or a fixed value/constant. The separator between the two column values can be chosen to be one of the following -
None
Space
The character “-”
The character “~”
The character “_”
Adds a prefix to the chosen column. The value of the prefix can be configured to be another column or a fixed value/constant. The separator between the two column values can be chosen to be one of the following -
None
Space
The character “-”
The character “~”
The character “_”
Pads the string to the left or right with the specified character to the specified length. Only the first character specified for padding is used.
Concatenates the value in the selected column with another value from another column or a constant value into a single attribute.
The separator between the two column values can be chosen to be one of the following -
None
Space
The character “-”
The character “~”
The character “_”
Returns the length of the value in the selected column.
Name
Character
Dot
.
Comma
,
Backward slash
\
Forward slash
/
Pound/Hash
#
Exclamation
!
Dollar
$
Percentage
%
Caret
^
Ampersand
&
Asterisk
*
Semicolon
;
Colon
:
Open brace
{
Close brace
}
Equal
=
Hyphen
-
Underscore
_
Back Quote
`
Tilda
~
Open bracket
(
Close bracket
)
Extracts the value of the domain from the URL in the string.
Reduce words in the text to their base or root form. It helps in eliminating variations of a word, such as different tenses, plurals, or derivations, which can improve text analysis and information retrieval tasks.
For example, the words “programming,” “programmer,” and “programs” can all be reduced down to the common word stem “program.” In other words, “program” can be used as a synonym for the prior three inflection words.
Cleans the text from all types of diacritical marks and returns the text consisting of only standard Latin letters.
Diacritical mark - A sign, such as an accent or cedilla, which when written above or below a letter indicates a difference in pronunciation from the same letter when unmarked or differently marked.
Splits an input string into two values.
Delimiter specified in the “Split By” textbox.
Start from the beginning or the end.
Choose the occurrence - first or last.
Include pattern in the result
Returns boolean true or false based on whether an input string matches the provided pattern.
Returns a substring of an input string according to specified start and end positions
This transformation returns a value (substring) beginning at the specified start position (‘Start From Index’) and extending to include the character before the specified end position (End At Index), with position counting beginning with index 0.
Replaces all occurrences of input text