Folks, I don't understand why this is killing me, but it is.
In short, I want to, at index time,
1) ignore first line
2) set each additional line as a value of the field "datahere"
I have the below data which is a poorly obscured script output.
C:\Superfiend\howdydoody>bingotime.tst lots of spaces and silliness ending with double quotes"
DDD32\Jump Start
DDD32\Stacktime
DDD32\Is this thing on
DDD32\welcome to duluth
DDD32\junky nonsense
FTYA
The first line begins with "C:" and ends with that double quote ("), and is always the same. The subsequent lines are each a value of the field, "datahere". The number of lines after the first is variable.
I would like, at index time, to extract:
datahere=DDD32\Jump Start
datahere=DDD32\Stacktime
datahere=DDD32\Is this thing on
datahere=DDD32\welcome to duluth
datahere=DDD32\junky nonsense
datahere=FTYA
Is this possible? Please advise.
Thanks,
e
... View more