probablepeople icon indicating copy to clipboard operation
probablepeople copied to clipboard

Name Parse for: "Fred Drake - Director" Shows as Corporation

Open dda-mark-burlock opened this issue 3 years ago • 1 comments

dda-mark-burlock avatar Jun 03 '21 13:06 dda-mark-burlock

Do you expect to have names with hyphens in them? You could maybe use a regex to strip that " - Director" part out. Typically, hyphenated names don't have spaces around them like your example does so that might be a good workaround. Same with your PE issue you also posted about, a regex to strip out PE is probably your best option.

The last commit was over two years ago, so I don't know if anyone is maintaining the code anymore.

stevetracvc avatar Jun 06 '21 20:06 stevetracvc