Forum Discussion
Bepachec
8 years agoNew Member
Create New Column and Extract Values from another column containing list of tags
Hello :) I have a column "Tags" where each cell going down the column has a long dictionary of items if you will. An example cell would look like: {"Cost Center": "0000", "Application": "PowerBI...
Bepachec
8 years agoNew Member
Thanks for that! So I did that and it looked like it parsed it accordingly. However, the errors are coming from those that do not have any values in the duplicate column. Is there a way to fix that?
Gazzer
8 years agoResolver II
I just tried a little experiment and I think it is that the empty fields are not truly empty.
Immediately after duplicating the column, insert a new step to Replace Values. Put nothing in the first box and then type null in the second one. No quotes or anything, just the word null in lowercase.
I also tried replacing with curly braces {} with nothing between and that worked as well.