|
|
|
|
|
by jkaplowitz
528 days ago
|
|
I’ve indeed cleared it up quickly every time it’s happened, but in my opinion, it makes the company look unprofessional in an easily avoidable way. (And yes, I’ve been in the hiring manager role myself - I’d feel the same way if this happened to one of my candidates.) I call this easily avoidable because name is usually a separate field in the application or referral forms, so this is the bad auto-parsing overriding accurate manual input. |
|
Some examples that come to mind from my experience are applicants with Chinese names that also use a western name professionally ("Yu-Chen Liew, but I go by Janet"), Spanish names that include patronymics ("Penelope Cruz Sanchez") and cultures that place the family name first ("Park Lee"). Maybe (f,l) = split(name, " ") works in some very homogeneous country like Iceland, but it sure doesnt work in the US.