Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
akash8393
Posted - 02/07/2018 : 2:26:59 PM Origin Ver.9.3 and Service Release 2016 (Select Help-->About Origin): Operating System: windows 10
How do I import dat file as xy xy format in origin through labtalk
6 L A T E S T R E P L I E S (Newest First)
akash8393
Posted - 02/16/2018 : 04:36:56 AM Thanks a lot. It does work.
Hideo Fujii
Posted - 02/12/2018 : 4:26:53 PM Hi akash8393,
I think that specifying options.... after running impASC is too late. You can try:
impASC options.Cols.ColDesign:="(XY)";
Does it work?
--Hideo Fujii OriginLab
akash8393
Posted - 02/08/2018 : 03:26:20 AM Thanks for the reply Yuki. I've been using the below code to import multiple ASCII from a folder. My column designations stays XYYY after importing the data. path$ = "F:\data"; findfiles ext:="Book2*.txt"; impASC; options.Cols.ColDesign:="(XY)"
yuki_wu
Posted - 02/08/2018 : 02:27:49 AM Hi,
Did you specify the Column Designations by Import Option, like the example above?
Regards, Yuki OriginLab
akash8393
Posted - 02/08/2018 : 01:16:29 AM I was able to import data but the designation of the columns doesn't change from XYYY to XY XY XY