rename column names in a jmp file as per values in rows in a separate .csv file
Hello, I am newbie to JSL, so appreciate help.
I have three files.file #1: It is the Reference file, [as ref.csv] holding 3 cols as below. Category, width, label
--------------------------------
A,0,L1.abc
A,1,L2.xt
A,2,L8.dr
A,3,L20.ws
A,4,L72.oz
B,0,L11.qq
....
B,6,L61.er file #2: data file#1 in JMP, holding Category, Data and many other cols.
file #3: data file #2 in JMP, holding Category, Data and many ...