Import character value issue
Folks, I'm importing values from cvs files. One of them is a string. However, JMP is unable to read the value. The first image is the cvs file where all values are imported except "FlexSEM1000." So no issues there. However, second image shows the JMP table with the F????? value. How do I tackle this issue? Relevant code attached. NeilJoin_files = Expr(
For( i = 1, i <= N Items( path ), i+=2,
...