G
Guest
Hello,
I have a fixed width text file that contains demographic info plus 30 sets
of exam result (for each demographic record). I would like to break exam into
records.
I was thinking of breaking the the exam result into small tables and
merge/append them into one big one. Question is is there anyway I can import
data into the little table by predefine which the starting position each exam
result?
example
Text file
Apple 1 2
Orange 4 5 6 7
Small table 1
Apple 1
Apple 2
Small table 2
Orange 4
Orange 5
Orange 6
Orange 7
Big table
Apple 1
Apple 2
Orange 4
Orange 5
Orange 6
Orange 7
Any input or comment is appreciated!
Thanks!
I have a fixed width text file that contains demographic info plus 30 sets
of exam result (for each demographic record). I would like to break exam into
records.
I was thinking of breaking the the exam result into small tables and
merge/append them into one big one. Question is is there anyway I can import
data into the little table by predefine which the starting position each exam
result?
example
Text file
Apple 1 2
Orange 4 5 6 7
Small table 1
Apple 1
Apple 2
Small table 2
Orange 4
Orange 5
Orange 6
Orange 7
Big table
Apple 1
Apple 2
Orange 4
Orange 5
Orange 6
Orange 7
Any input or comment is appreciated!
Thanks!