Help^2

Howdy all

I've been trying to create extractor pattern(s) from this example of data:

2000 07 2517.18

2000 07 2627.17
2000 07 2757.15
2000 07 2807.19
2000 07 3187.22
2000 08 0187.18
2000 08 0297.16
2000 08 0317.11

As you can see, the data formats the same in HTML, but is quite different in coding. To alleviate this, I'm creating three extractor patterns that rely heavily on regex. The problem I am having comes from the earlier "Help" post, in which one must end a multiple-token extraction pattern with an token. What can I do?

-tom

Help^2

Thanks Scott. I ended up solving the problem using two extractor patterns and judicious use of regex.

Help^2

TomRod,

I'm a little confused about what it is you're trying to extract. Could you please specify what elements you're trying to extract and where you're having a problem.

Also, the code example provided would translate better in the forum if you could use the "Code" button when you're adding your code to your message. That is, before pasting your code in press the "Code" button above the box you're typing in and press it again after you've finished adding your code.

This helps format the code in the forum the way that you see it in, say, Notepad.

Thank you for clarifying.

-Scott