naveen.s
(Naveen S)
July 8, 2024, 2:21pm
1
Hi All,
How to extract the value from the check box from the pdf using DU??
from the above screenshot I need to fetch the value based on the check box is checked.
From the figure I need to extract either Day or Month depends up on the check box selection.
I need to extract onl the checked ( i.e month from the screenshot)
thanks in advance
rlgandu
(Rajyalakshmi Gandu)
July 8, 2024, 2:23pm
2
@naveen.s
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
@dsorathia ,
Have you tried the Form Extractor? Also have a look at “what” is recognized in the position of your checkboxes… maybe you can use the synonyms feature to help the activity interpret your checkbox…
No problem. Thanks for your help. I think for now using a Form Extractor activity, I will either
Identify each checkbox separately as a Boolean and use an If/Else to assign what text should be assigned to a variable, or
Extract the entire field, like “Domestic ☒ International ☐” and do string manipulation to determine which option is selected.
I would lean toward the first option since it’s possible for someone to submit a form with symbols other than X in the checkbox.
Of course, there may …
Please refer this threads
Parvathy
(PS Parvathy)
July 8, 2024, 2:26pm
3
Hi @naveen.s
You can refer the below video
No problem. Thanks for your help. I think for now using a Form Extractor activity, I will either
Identify each checkbox separately as a Boolean and use an If/Else to assign what text should be assigned to a variable, or
Extract the entire field, like “Domestic ☒ International ☐” and do string manipulation to determine which option is selected.
I would lean toward the first option since it’s possible for someone to submit a form with symbols other than X in the checkbox.
Of course, there may …
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
Hope it helps!!