Bullhorn Resume Loader is a command-line tool that allows you to load resumes and create candidate records in Bullhorn. This tool parses resumes from a specified folder and uploads the parsed data to Bullhorn, creating candidate records.
This tool is currently in the testing phase. Use it at your own risk. Please provide any feedback or PRs.
This command will:
- Log in to the Bullhorn API using the provided username and password.
- Read all files in the specified
resumeFolder
. - Parse each resume file and create a candidate record in Bullhorn.
- Move processed resume files to a
processed
folder.
The tool supports the following resume file types:
.txt
.doc
.docx
.pdf
npx bullhorn-resume-loader load
- Processed resume files are moved to a
processed
subfolder within theresumeFolder
. - Skipped resume files are left in the
resumeFolder
.
- Add better logging
- Add tests
This project is licensed under the MIT License.