Compare text columns
Last updated
Was this helpful?
Last updated
Was this helpful?
This step involves comparing two text columns and generating a new column that stores a boolean indicating the result of that comparison.
New column name(for the comparison result)
string*: the new column to be created for returns true if the string values are equal, and false otherwise.
First text column to compare
column(string)*: Select the first column to compare
Second text column to compare
column(string)*: Select the second column to compare
Input
Configuration
Output