Resume Parsing Process
When you parse a resume, a duplicate check is done to see if there is a contact already in the system with an identical first name and email address. If a match is found, the existing contact record updates. Otherwise, a new contact is created.
The process is as follows:
- A resume is sent to the “Extract!” parser for analysis.
- Data identified in the resume is extracted, converted to metadata, and stored in the database.
- sends extracted data back to the designated fields in .
- The contact edit screen is displayed in to populate additional fields.
- Designated fields are monitored for updates.
Was this helpful?
No