J
J Shrimps, Jr.
Suppose I have imported a table from
a log output with a sample like this:
fluxcapacitor .80
widgit in stock
flibertygidit 3.2
(blank record)
fluxcapacitor 1.10
widgit ordered
flibertygidit 2.3
(blank record)
Fuxcapacitor 4.01
widgit pending
flibertygidit .734
(blank record)
-There are about a dozen repeating metrics from
the log file separated by a blank record.
I'm trying to build a table like this:
Record# fluxcapacitor widgit flibertygidit
1 .80 in stock 3.2
2 1.1 ordered 2.3
3 4.01 pending 7.34
Is this possible in a series of queries?
a log output with a sample like this:
fluxcapacitor .80
widgit in stock
flibertygidit 3.2
(blank record)
fluxcapacitor 1.10
widgit ordered
flibertygidit 2.3
(blank record)
Fuxcapacitor 4.01
widgit pending
flibertygidit .734
(blank record)
-There are about a dozen repeating metrics from
the log file separated by a blank record.
I'm trying to build a table like this:
Record# fluxcapacitor widgit flibertygidit
1 .80 in stock 3.2
2 1.1 ordered 2.3
3 4.01 pending 7.34
Is this possible in a series of queries?