JSL to Delete Columns Based on Column Names
Hi everyone!
I am looking for a script that will pull the data table column names and if the column name starts with the word "Raw" to select and delete that column.
My script is attached below, but it has 2 issues that I cannot resolve.
1) The contains function only searches the column name for containing the string "Raw." Is there a way that I can specify to only select and delete the columns that...