There is a image attached below. For example there are two sex female and male. If a person have checked female then I have to extract that data from the form. I have extracted simple data from the form but unable to extract this type of data. Do anyone of you have its solution that how can we resolve this?
@nashrahkhan - I saw in your other post you have created the sets for these cases already…so in order get these values you have to use Regex based extractor to find the X filled for the boxes… I will share the sample in a minute…
In order to create the regex pattern, you can copy the form text using in button.
And then copy the text, and figure out your Regex pattern.
Please watch this video, which will give an idea on this.
Note: For Male/Female – you can simply use Boolean and just extract the X for Male. IF X is not found it will write as No. with this easily you can figure out that the applicant is female.