Add/Remove Column in existing dataset
David_Mellamphy
Registered Posts: 9 ✭
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?
Tagged:
Answers
-
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.