Append a string to column names
What is the easiest way to append a string to columns names?Not to all of them, but just to some selected ones. Up to now, I used Rename Columns from the Jmp Scripting tools Add-In :
Scripting Tools
But the actions of the Add-In are not captured by the Workflow Builder.This is why I am interested in how to do it directly in Jmp without the help of an add-in. Replace String from the Recode Column Na...