Hi. I'm looking for a scripting method to change the column names in my table to names I have contained in a list. I'm thinking something like: dt << Set Column Names(newcolname_lis)? This command would change the name of the ith column in the table to the ith item in newcolname_lis, starting at column 1.
The reason for this request:
I have tables that can contain >20k columns. I need to change the column names to merge with the rest of my data tables. Using a For loop to change the names takes several minutes. Ideally this could be done using a command in a few seconds.
This is a follow up to a question I posted earlier:
https://community.jmp.com/t5/Discussions/Set-column-names-more-efficiently/m-p/311439#M56450
Thanks.