Add text column
The Add Text column step allows you to create a new column in your dataset with a string to fill
Step parameters
New column
(string)* : Specify the name for the new column that will contain the result of your formula.Enter a text
(string)*: Specify the text that will fill all the rows of the new column you are going to create
Example
Input

Configuration
{
"new_column": "new_one",
"text": "This is a text"
}
Output

If you try to add a column that already exists you will overwrite it.
If you try to add an int in the "Enter a text" input it will interpreted as a string
Last updated
Was this helpful?