The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum
 Origin Forum
 sorting column data?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

mwarner

USA
30 Posts

Posted - 05/28/2002 :  2:38:54 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
I have data from an old data logger that unfortunately contains no easy separators to use for parsing in a spreadsheet program like excell. The data consits of one column that has a string of numbers followed by a return then the time stamp for the string followed by another return and then the next data string. Is there an easy way for Origin to break this up and remove the returns and split the time stamp data and number data into two different columns?

Mike Buess

USA
3037 Posts

Posted - 05/28/2002 :  4:28:00 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
If I understand correctly, when you import the data to Origin it ends up in a single column with alternating data and time stamp values. If you imported the file to column A you can use this LabTalk command...

copy -u col(A) col(B) col(C);

to copy the data values to column B and the time stamps to column C.

Mike Buess
Origin WebRing Member
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000