Add/Remove Column in existing dataset

David_Mellamphy
Level 2
Add/Remove Column in existing dataset

Hi All,

I have an existing dataset created with 2 columns. I now want to add in a new column to the existing data set. How do I add it? Then also how would I delete one? 

0 Kudos
1 Reply
CatalinaS
Dataiker

Hi @David_Mellamphy,

 

You can use a prepare recipe with Fill column processor to create a new column with a fixed value. If you need to create a new column based on those already present in your dataset you can use Formula step.

You can delete a column from your dataset with Delete/Keep columns by name processor in the prepare recipe.