Hi all,
I work with STDF files containing probe test informations, we already convert these files into csv file, I attached an example.
I would like to import easisly these files into JMP with a script.
The csv file to import to jmp sounds like:
info1, data1 |
info2,data2 |
info3, data3 |
info4,data4 |
info4,data5 |
etc |
etc |
infoN,dataN |
|
|
test1_name,test2_name,test3_name,...... |
test1_num,test2_num,test3_num,….. |
patt1,patt2,patt3,…. |
unit1,unit2,unit3 |
lowlimit1,lowlimit2,lowlimit3,…. |
highlimit1,highlimi2,highlimit3,… |
Data,data,data,.. |
Data,data,data,.. |
|
….... |
The script should generate a table like:
The script should generate a table in which colum names are: test1_name,test2_name etc, and data directely, so the lines (patt, unit, lowlimit, highlimit are not taken into account). Nice to add column names info1, info2, info3 all filled with same value (data1, data2, data3).
Thanks a lot for your help, suggestions. My Team is buying several JMP lecenses but we should need a script to import easily csv files (generated fro; stdf source files).
Thanks,
Vinc