Overwrite data in a table
Hi, I am trying to clean up my data table. I have a table with some value which are "x", "X", "X-Direction", "X-direction", but they are all the same, which is "X". How can I change the values (in the script) so it overwrite everything with the same format ("X")? Because then, I want to split my data table and it gives me 4 columns where I should have only 1... Thanks!