Text parser couldn't parse in between similar consecutive words
Status: Closed · Asked by Chappy on · 0 views
Hi, I have an issue with the text parser.
It couldn't parse the right words when there's a similar word inside the targeted texts.
Example:
I wanted to parse the
"We love this clean and nice apartment. Great location and neighborhood. No one bothered us and everyone we happened to meet in the building was nice and welcoming. Jamie is very friendly and responsive. We felt at home, safe, comfy, and slept so well. The sheets and bedding were wonderful for us. We can’t wait to book this apartment again on our next visit to the Chicago area."
so I selected Review{{space}} for after and {{space}}[EMAIL][email hidden][/EMAIL] for before but since there was a Review word before that which is the "Review star rating 5 Review", the whole thing gets parsed (see the attached photo). I tried to enter "Review{{space}}star{{space}}rating{{space}}5{{space}}Review" for after and it works, but when I received a rating that is not 5, it parses the whole body text.
Hey @Chappy
From your workflow, we can see that the Text Parser is receiving the response as per your requirement. Please ensure you are passing the correct values before and after, as only then will the action step provide the correct parsed data.

Hi @Supreme
Thank you for your response.
Since I wanted the result of "Positive: Amazing!" after Review, but it also captured "star rating 5 Review" because it captured the 1st word of Review in "Review star rating 5 Review"
Please verify the 10th step in your workflow to extract only the review from the content.

Please verify the 10th step in your workflow to extract only the review from the content.
Works! Monitoring now.
Thank you