Since I started using Origin a few days ago, I have been bedevilled by problems
importing data from ASCII text files into Origin. Even when, with the help of
scott of Microcal tech support (who was very helpful), I ended up disabling the
so-called "intelligent" format deduction, specifying the format explicitly and
completely by hand :-(.These problems have included:
a) Origin telling me that a perfectly legitimate file was not legal ASCII
b) Origin deleting the first one or two characters of the first field of the
first data row of a file (the second line, after the headers).
BUG FOUND: although Origin in most situations tolerates normal UNIX
files whose lines end with a newline (NL, LF, ^J) only, it seems that the code
that reads in the column names requires a carriage return (CR, ^M) at the
end of the line. When I added a carriage return to the end of the line, making
it CR LF, the above problems went away.
This was deceiving, because newline only files work fine in all other cases
that I have tried.
Test cases: I attach these to mail I have sent to Origin.
I post to this newsgroup in the hope of helping others avoid such problems.