Hello,
I have a csv file with one of the columns containing data such as 0x62, 0x68, etc.
When importing the csv into JMP using JSL open(infile), it is found that JMP automatically converts the column into a Numeric datatype, changing 0x62 to 98 (decimal) in the process.
Manually importing the csv not using script, the same issue (auto-converts).
It only happened to one of the computers, other computers did not auto-convert.
Text import settings are the same between the computer that auto-converts, vs. those that don't.
Appreciate if there's any advice on what to look into to prevent JMP from auto converting? And if there's a script line that could be added to ensure all computer systems will be pre-conditioned to the same settings prior to text import?
Thank you.