Forum Discussion
Alirezam
5 years agoHelper V
Changing column name in a table
So, here is my problem at the moment: I have a table reading data from a csv file coming from an email daily. The column names might keep changing day today and I need to apply a multiplier to the ...
- Anonymous5 years ago
Hi Alirezam ,
1.Split column by custom delimiter
2.Use fill down in both columns
3.Add the following custom columns
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
lbendlin
5 years agoSuper User
Do you have individual columns per location? You will want to avoid that.
You can split the column with the kWh/MWh and then fill down on the second column.