Guest_imported
New member
- Jan 1, 1970
- 0
I have parsed text data from HP GlancePlus into columnar data: 13 repeating parameters, each followed by a blank line. I have about 500KB to alter. I want eventually, to import the 13 columns of data into a spreadsheet. Data looks like:
20
4
92
34
0.0
220.3
88.7
491.7
1024
47.7
358.4
85.2
11/05/01 13:27:40
(blank line)
(repeat similar data).
It must look like:
12 4 92 34 0.0 220.3 88.7 491.7 1024 47.7 358.4 85.2 11/05/01 13:27:40
(next row).
I'm not skilled with AWK, but would like to use AWK to do this, and would appreciate any pointers.
bobh41
20
4
92
34
0.0
220.3
88.7
491.7
1024
47.7
358.4
85.2
11/05/01 13:27:40
(blank line)
(repeat similar data).
It must look like:
12 4 92 34 0.0 220.3 88.7 491.7 1024 47.7 358.4 85.2 11/05/01 13:27:40
(next row).
I'm not skilled with AWK, but would like to use AWK to do this, and would appreciate any pointers.
bobh41