Regex based extractor extracting all value from all the pages of the pdf

Hi @shrey.shah

Just drop here in text format after extracting with singleline

Regards
Gokul

@Gokul001 I have uploaded the excel files

Hi @shrey.shah
Instead of writing in Regex Builder for getting the Amount

You can try to use Assign activity

System.Text.RegularExpressions.Regex.Match("Inputstring","Rs.\s(\d.+)").Groups(1).Tostring

Regards
Gokul

@Gokul001 But what should I write instead of “Inputstring”?

Have read the PDF in the beginning of the process?

If not , Use Read PDF activity Store the value in the variable.

Pass that variable in the expression

Regards
Gokul

@Gokul001 It is giving error “Argument text: unrecognized escape sequence”. I am using C# as the language