Pre-parse YAML header for candidate profile files to remove @
Opened this issue · 0 comments
jberkus commented
PyYaml barfs if it encounters an @ followed by a word in the YAML header to the candidate files. This becomes a frequent issue if, say, the organization puts in a field for slack handles.
The simple solution to this is to pre-parse the header and filter out any @ characters.