bullhorn-resume-loader
v0.0.8
Published
Process resumes and create candidate records in Bullhorn
Downloads
3
Readme
Bullhorn Resume Loader
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.
Warning
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.
Supported File Types
The tool supports the following resume file types:
.txt
.doc
.docx
.pdf
Example
npx bullhorn-resume-loader load
Output
- Processed resume files are moved to a
processed
subfolder within theresumeFolder
. - Skipped resume files are left in the
resumeFolder
.
Todo
- Add better logging
- Add tests
License
This project is licensed under the MIT License.