Solved
MC15 READFILE bug?
- October 26, 2017
- 2 replies
- 1726 views
I created delimited text file (XYData.dat) by means of python sentence '\t'.join(seq)+'\n'
I`m trying to read delimited text file by means of READFILE command without success.
I can`t understand why tab symbols have different length (I discover this in Notepad+), may be this is the reason.
And I can`t understand why MC separate commas in my strings (x,y,z becomes x y z).
Data import wizard works good!
Here attached two files for reference.
Thanks in Advanced

