Regex Based extractor not returns

I’m trying to extract a pdf file using regex based extractor (Document Understanding) in data extraction scope i have used regex based extractor → in the edit option i checked the expression and the value is highlighted in yellow color and then i configured it and write the returned data in an excel sheet. It runs but nothing is returned in the excel sheet. i don’t know the cause any idea on this?
image

2 Likes

Have you verified if the text output from the pdf is correct? You can test it with a Read PDF Text activity and then write the output to the console or a text file. The text output might be formatted differently, gibberish (protected document) or blank (the pdf is just an image).

Yes the output is correct. but still its not returning

can you try this expression (?<=Given Name:).*

Cheers
@MLT

2 Likes

Thank u pradeep :slight_smile: it works and its returning the value.

1 Like

Cheers
Happy learning
@MLT

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.