Name | Title | Description |
---|
changetype | | Changes the data type of a column [settype]. |
comment | | Adds a comment to your recipe [comment]. See Add Comments to Your Recipe. |
conditions | | Returns values based on conditions such as if-then-else or case statements. See Apply Conditional Transformations. |
convertpattern | | Finds one or more patterns or text literals and replaces them with specified pattern values. |
countmatches | | Counts the number of matches [countpattern]. See Compute Counts. |
countmatchesbetween | | Counts the number of matches [countpattern]. See Compute Counts. |
deduplicate | | Removes duplicate rows where values in every column are the same. See Deduplicate Data. |
derive | | Creates a new column with the result of a formula |
drop | | Delete one or more columns. See Remove Data. |
extractbetweendelimiters | | Extracts text found between two patterns. See Extract Values. |
extractcustom | | Extracts text found between two patterns. Variant: Custom text or pattern. See Extract Values. |
extractfirstcharacters | | Extracts text according to its position. Variant: Extract the first n characters. See Extract Values. |
extractkv | | Extracts key-value pairs into an Object [extractkv]. See Extract Values. |
extractlastcharacters | | Extracts key-value pairs into an Object [extractkv]. Variant: Extract the last n characters. See Extract Values. |
extractlist | | Extracts a list into an Array [extractlist]. See Extract Values. |
extractrangeofcharacters | | Extracts text according to its position. Variant: Extract the last n characters. See Extract Values. |
extractmismatched | | Extracts a list into an Array [extractlist]. Variant: The data type to match against. See Extract Values. |
extractnumbers | | Extracts a list into an Array [extractlist]. Variant: Extract numbers from a text. See Extract Values. |
extractquerystrings | | Extracts a list into an Array [extractlist]. Variant: Extract fields from an URL query string. See Extract Values. |
filtercontains | | Filter rows that satisfy a condition. Variant: Filter rows that contain a specified value or pattern. See Filter Data. |
filtercustom | | Filter rows that satisfy a condition. Variant: Filter rows that satisfy an arbitrary formula. See Filter Data. |
filterendswith | | Filter rows that satisfy a condition. Variant: Filter rows that ends with a specified value or pattern. See Filter Data. |
filterexactly | | Filter rows that satisfy a condition. Variant: Filter rows that match exactly a specified value. See Filter Data. |
filternot | | Filters rows that do not satisfy a condition. See Filter Data. |
filterfromtop | | Filter rows by their position. Variant: Filter rows from the top. See Filter Data. |
filtergreaterthan | | Filter rows that satisfy a condition. Variant: Filter rows with values greater than (or equal to) a specified value. See Filter Data. |
filterinterval | | Filter rows by their position. Variant: . Variant: The size of the interval to filter rows at. See Filter Data. |
filterlessthan | | Filter rows that satisfy a condition. Variant: Filter rows with values less than (or equal to) a specified value. See Filter Data. |
filtermissing | | Filter rows that satisfy a condition. Variant: Filter rows with missing values. See Remove Data. |
filtermismatched | | Filter rows that satisfy a condition. Variant: Filter rows with mismatched values. See Filter Data. |
filteroneof | | Filter rows that satisfy a condition. Variant: Filter rows that match any of the specified values. See Filter Data. |
filterrange | | Filter rows by their position. Variant: Filter rows within a range. See Filter Data. |
filterstartswith | | Filter rows that satisfy a condition. Variant: Filter rows that starts with a specified value or pattern. See Filter Data. |
flatten | | Converts each element in an Array into a new row. See Working with Arrays. |
groupby | | Group data and perform aggregated calculations on it. See Create Aggregations. |
join | | Adds additional columns from other data sources [join]. See Join Panel. |
lowercase | Convert text to lowercase | Format text in columns. Variant: Convert text in column to lowercase. See Modify String Values. |
leftpad | Pad text with leading characters | Format text in columns. Variant: Add the necessary number of characters to each value to make them of the same length. See Modify String Values. |
merge | | Concatenates the values from two or more columns into a new column [merge]. See Add Two Columns. |
move | | Moves one or more columns before or after another column [move]. |
nest | | Converts columns into an Object or Array [nest]. See Working with Arrays. |
pivot | | Creates a new column for each unique value in a column [pivot]. See Pivot Data. |
prefix | Add prefix to text | Format text in columns. Variant: Specify a prefix to be added at the beginning of each selected column name. See Modify String Values. |
propercase | Convert text to Propercase | Format text in columns. Variant: Convert text in column to ProperCase. See Modify String Values. |
removesymbols | Remove symbols from text | Format text in columns. Variant: Remove all non-alphanumerical characters from the text. See Remove Data. |
removewhitespace | Remove whitespace from text | Format text in columns. Variant: Remove all whitespace found in the text. See Remove Data. |
removeaccents | Remove accents from text | Remove accent marks from text. See Modify String Values. |
rename | | Renames one or more columns [rename]. Variant: Specify the new name for each column. See Rename Columns. |
renamepattern | | Renames one or more columns [rename]. Variant: Specify the new name for each column. See Rename Columns. |
renameprefix | | Renames one or more columns [rename]. Variant: Specify the new name for each column. See Rename Columns. |
renameheader | | Renames one or more columns [rename]. Variant: Specify the new name for each column. See Rename Columns. |
renamesuffix | | Renames one or more columns [rename]. Variant: Specify the new name for each column. See Rename Columns. |
replacepattern | Replace text or pattern | Replace text matching a pattern. See Replace Groups of Values. |
replacebetweenpatterns | | Replace text between delimiters. Variant: Replace text between delimiters. See Replace Groups of Values. |
replacebetweenpositions | | Replace text between delimiters. Variant: Replaces text based on position. See Replace Groups of Values. |
replacemismatched | | Replace mismatched values. See Replace Groups of Values. |
replacemissing | | Replace missing values. See Replace Groups of Values. |
set | | Sets the values of one or more columns to the result of a formula [set]. |
sort | | Sorts the rows based on the values in one or more columns. See Sort Order. Info |
---|
NOTE: This transformation is not available in . |
|
splitondelimiter | | Split by delimiter. Variant: Text or pattern. See Split Column. |
splitbetweendelimiters | | Split by delimiter. Variant: Between two delimiters. See Split Column. |
splitmultipledelimiters | | Split by delimiter. Variant: By multiple delimiters. See Split Column. |
splitpositions | | Split by character position. Variant: By positions. See Split Column. |
splitevery | | Split by character position. Variant: At regular interval. See Split Column. |
splitbetweenpositions | | Split by character position. Variant: Between two positions. See Split Column. |
splitrows | | Splits raw data into rows [splitrows]. See Split Column. |
suffix | Add suffix to text | Format text in columns. Variant: Specify a suffix to be added to the end of each selected column name. See Modify String Values. |
trimwhitespace | | Format text in columns. Variant: Remove all whitespaces found at the beginning and end of the text. See Modify String Values. |
trimquotes | | Format text in columns. Variant: Remove quotes found at the beginning and end of the text. See Modify String Values. |
udf | | Creates a new column with the result of an external function. Info |
---|
NOTE: This transformation is only available in . It requires additional configuration. |
|
uppercase | Convert text to UPPERCASE | Format text in columns. Variant: Convert text in column to UPPERCASE. See Modify String Values. |
dateformat | | Change format for Datetime columns. See Format Dates. |
union | | Adds additional rows from other data source [union]. See Union Page. |
standardize | | single-column standardization for standardizing column values. See Standardize Page. |
unnest | | Extracts elements from an Object or Array into columns. See Working with Arrays. |
unpivot | | Turns columns into rows. Produces a key column with unnested values. See Pivot Data. |
valuestocols | | Creates a new column for each unique value in a column [valuestocols]. See Pivot Data. |
window | | Performs row-based calculations across multiple ordered rows [window]. |