Read Tab separated file in JMP from server
how to read a tab-separated file (or any other delimeter ) in JMP.
dt=Open( 'http://www.<<someDomain>>/tab-separated.csv', text);
Here the first parameter in the Open function is the URL of the file.
file contains below sample, column may contains comma separated values that is why delimiter of file is Tab
column1|column2|column3|column4
1 | 2 | abc,xyz | 3 | 4|