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
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
just put it next to the corresponding field
e.g. if the regex is for “point1 Adress” then put it there
the syntaxe That i must use to link them
what is your regex string?
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+"
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.