Assign Value String into Regex based Extrator

Hello All,

I used assign value to get my result of regex matches
and i am using Regex Based extractor of Document Undestanding

how I assign my string in the my regex based extractor

Best regads

1 Like

Hey @nora_ziani

Kindly show a snap what do you want to exactly store ?

Thanks
#nK

1 Like

just put it next to the corresponding field

e.g. if the regex is for “point1 Adress” then put it there
image

1 Like

the syntaxe That i must use to link them

what is your regex string?

1 Like

System.Text.RegularExpressions.Regex.Match(yourString,“(?<=(Actual|Before)\sDate:\s)\d±(JAN|FEB|MAR|APR|MAR|JUN|JUL|AUG|SEP|OCT|NOV|DEC)-\d+\s+\d+:\d+”).Value

just put this into the field

"(?<=(Actual|Before)\s *Date:\s* )\d±(JAN|FEB|MAR|APR|MAR|JUN|JUL|AUG|SEP|OCT|NOV|DEC)-\d+\s+\d+:\d+"

1 Like

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