Data Extraction

Chakku

New Member
Hi Everyone,

I am currently working on a process that needs to check the fields filled by customers are present in the PDF. I have considered PDF as a text and have the values stored in the Data Item and need to do business verification post that.

The Data item looks like this
VACATION CERTIFICATION
ADDRESS VERIFICATION

Employee ID#: R

First Name:
(Employee First Name) Ramu

(R) 12345678
:) ABC) Unchecked
Health Sciences
(text) Sample

I am employed by:

:) DEF) Checked
Texas Tech University

XXXXXXX

Last Name:

Health Sciences
Technical University
Center
System
Separation Date:
:) GHI) Unchecked
:) JKL) Unchecked
(Separation Date) 04/30/2022
Address: Telephone:
City:
(City) XXXXXX
State:
(State) AA
Zip Code:
(Zip Code) 79999
Country:
(Country)
Personal Email: _________________________________________
(Country) sample123@email.com


The data extracted contains CHECKBOXES( mentioned as ABC - Unchecked, DEF - Unchecked).

I need to extract data such as
1. Employee ID
2. First Name
3. Last Name
4. ABC - Uncheck, DEF - Unchecked, GHI - Unchecked ( either checked or unchecked needed)
5. Address:
6. Telephone:
7. City:
8. State:
9. Country:
10. Personal Email:

Any help would be highly appreciated.
@Pete_L @sahil_raina_91
 
Top