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?

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
Thank u pradeep
it works and its returning the value.
Cheers
Happy learning
@MLT
