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

  1. New column(string)* : Specify the name for the new column that will contain the result of your formula.

  2. Enter a text (string)*: Specify the text that will fill all the rows of the new column you are going to create

Example

Input

Add - Add a text column input

Configuration

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

Output

Add - Add a text column output

Last updated

Was this helpful?