I'm trying to use pattern matching to parse out the project name from the entire page of text. Here is an example of what I'm trying to pull out (see highlighted text).
For the Pattern Matching I'm having it search the text and capturing everything between "project known as" and "in the City of Shafter"
See Pattern Matching Setup Below
Out of 32 documents it only worked on 16 and I can't seem to determine why.
Here is one that it worked and what was captured in the output:
Created document of class Notice of Completion.
Project Name Token : "Tract 5610 Unit
Two"
Document Number : inunuimnu Fees.
.
Recorded Date : ATTI
ages: I
4/19/1999
Added page 1.
Added page 2.
And one that is very similar that didn't work:
Created document of class Notice of Completion.
Project Name Token :
Document Number : INIYYIIIIAAN� ._.
Recorded Date : 3 ATT I
)ages: I
Added page 1.
Added page 2.
Added page 3.
I would greatly appreciate any help!