ResumeParser
ResumeParser copied to clipboard
try / catch when profile isn't parsed
If a resume's name isn't properly parsed, it blows up all the other downstream modules. Adding some try catch. Open to suggestion on what to do in the catch, this PR just keeps the parsing from failing.