I am using form extractor and extracting 10 fields from pdf, for each field its showing 3 to 5 results.my expected result is in 2nd place with 97% and i want to write to execl

i am using form extractor and extracting 10 fields from pdf, for each field its showing 3 to 5 results.my expected result is in 2nd place with 96% and i want to write to execl.But i had another value with 97% . how can i exclude it ???

1 Like

Hey @MitheshBolla

I think you need to choose the output right ?

Which one matches for you.

Thanks
#nK

@MitheshBolla Are you using Anchors ?. Try the below expression to get the second value

ExportDataset.Tables(TableName).Rows(1).Item(ColIndex).ToString
1 Like