Find string in column, rename the column and add new column in JSL
Hi All, I have a table like below and want to find the String "Z", "A" and "B" in the columns and rename it to "Z_A" and "Z_B".After that, I want to add a column after X_loc and Y_loc which converts them to mm. The formula that I want to use is (X_Loc / 1000).Can anyone guide me on how to do the scripting for this?Thanks