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
 All Forums
 Origin Forum
 Origin Forum
 Import data from xy-file to different workbooks

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Dinamik Posted - 09/19/2011 : 4:05:12 PM
Origin 7.5 and 8.2, Windows XP

Hello! A have a file of such type: "headers, xy-data, headers, xy-data, headers, xy-data..."

for example:
---
header1-1
header1-2
header1-3
1 5
2 6
3 7
header2-1
header3-2
header3-3
1 5
2 8
3 15
header3-1
header3-2
header3-3
1 10
2 50
3 70
---
If I use Import Wizard and write "3" as a number of headers I get 1 workbook with 2 columns:
---
1|5
2|6
3|7
header2-1|
header3-2|
header3-3|
1|5
2|8
3|15
header3-1
header3-2
header3-3
1|10
2|50
3|70
---
The question is how can I get 3 workbooks with xy-data:
---
1|5
2|6
3|7
---
,
---
1|5
2|8
3|15
---
and
---
1|10
2|50
3|70

I saw, that another user at the same computer did it. There was successful attempt: he only drag'g'droped file and got project with 3 workbooks with data. But after that something changed and we can't get 3 workbooks, we always get 1 workbook.

I suppose, that firstly some import filter was used, but I don't know, what filter. Does someone know, how can I import data in desirable method?
1   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 09/26/2011 : 1:31:28 PM
Origin considers two types of header:
Header - which is unformatted text
Sub-header - which is text formatted with the same delimiter as data

Origin supports one block of header only. You can have files structured like this:
Header
Sub-header
Data
Sub-header
Data

But your file structure is like this:
Header
Data
Header
Data

If your header lines were sub-headers, then you could you use the
Start new worksheet for Non-Numeric data in a numeric field option in the Import Wizard. As it is, you will have to write your own import code.

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000