PDF Extraction uipath

how to add the regex match value into the datatable in PDF Extraction uipath

Hi,

So, You are extracting from a pdf file using regex method and want to update the regex result in datatable. Is this your requirement?

Hey!

This is the syntax of Regex

System.Text.RegularExpressions.Regex.Match(InputString,Pattern).ToString

Send us the input string and also mention the expected output

Will give you the solution

Regards,
NaNi

Hello @Yogita_Gaikwad

You can use Read PDF text to read the pdf and get the result to a string variable.
Use Matches activity and pass the input string and the regex expression for the values to extract.

You can use Regex builder in the uipath to create the regex expressions.

It would be better if you can share the screenshot of the pdf and the values to extract.