Hi:
How can I get pattern matching to find a long string in a large area of data, and return only what is on the line directly after the string?
I can get the following address by using this:
But now I want it to also grab the line immediately after it (which will sometimes be Grader Shed and sometimes Administration Building, or something like that) and nothing after those two words. Either of the two following options would be acceptable for the multi-value field:
1) Can you show me how to get it to grab the two lines together and ignore everything that follows (there is a lot that follows in what it has to capture), or
2) Can you show me how to get it to grab the second line in a second pattern match (see above where I have tried two pattern match configurations in order to get the two lines)?
I thought something like this would work, but obviously not: