In earlier versions of JMP, I could import multiple files and use the preview to change the data format of the columns. It looks like that feature in JMP15 is no longer available.
I have a number of CSV files that need to be imported, but in order to get the data in correctly, I need to make sure one column is imported as text instead of number.
The data that is being imported has a column with numbers like the following:
1,1.1, 1.10, 1.11,1.12, etc
In these files 1.1 and 1.10 mean different things, when I use multiple file import in JMP15, it automatically converts to number format and 1.10 becomes 1.1, which is incorrect for this dataset.
There are too many files to import them manually one at a time by using File -> Open and selecting "Open as: Data (Using Preview)".
The column name that needs to change data type from number to text in order to keep the 1.10 from turning into 1.1 is the same in all of the CSV files.
I am importing over 100 different files in 3 different directories.
Is there any other solution besides writing a script to import each file one at a time, change the column data type, then concatenate them all into one JMP file?