Published 5 days ago
This workflow automates the process of handling job applications by extracting relevant information from submitted CVs, analyzing the candidate's qualifications against a predefined profile, and storing the results in a Google Sheet. Here’s how it operates:
Data Collection and Extraction:
On form submission
node), which triggers the extraction of data from the uploaded CV file using the Extract from File
node.informationExtractor
nodes (Qualifications
and Personal Data
) are used to parse specific details such as educational background, work history, skills, city, birthdate, and telephone number from the text content of the CV.Processing and Evaluation:
Merge
node combines the extracted personal and qualification data into a single output.Summarization Chain
that generates a concise summary of the candidate’s profile.HR Expert
chain evaluates the candidate against a desired profile (Profile Wanted
), assigning a score and providing considerations for hiring.Google Sheets
node for further review or reporting purposes [[9]].To replicate this workflow within your own n8n environment, follow these steps:
Configuration:
Customization:
formTrigger
node to match what kind of information you wish to collect from applicants.Qualifications
, Summarization Chain
, and HR Expert
so they align with the type of analyses you want performed on the candidates' profiles.Google Sheets
node to point towards your own spreadsheet where you would like the final outputs recorded.