(no title)
voidz | 1 year ago
For completeness sake, the full names here may be "Bert van Dijk" and "Anne Jan van der Meulen". Also, "Anne Jan" is a single first name, despite the space.
voidz | 1 year ago
For completeness sake, the full names here may be "Bert van Dijk" and "Anne Jan van der Meulen". Also, "Anne Jan" is a single first name, despite the space.
Mordisquitos|1 year ago
[0] Spanish given names may often be two-words-long (e.g. 'José Manuel') and a surname may less frequently be more than one word (e.g. 'de la Fuente'), but this isn't a necessary detail for my base rant above.
erikw|1 year ago
loloquwowndueo|1 year ago
narag|1 year ago
marcinzm|1 year ago
In their example, the change is also much harder to read for me. It takes up just as much space but logical categorical groupings are no longer visible at a glance. Previously you could see all the people from the same zip code, city or state. Now you can't because they're all mixed together at different horizontal offsets. You could also pull out the different information at a glance by using the horizontal offset which you now can't.
ChrisMarshallNY|1 year ago
In my app, I don't even try to separate them. I just give a single string that can handle UTF-8, and let the user do what they want.
However, I also don't need that data for tagging, sorting or anything else, so it's easy for me to say.
loloquwowndueo|1 year ago
We would set up integrations sending the full name in the “first name field” and then a hard coded “notmylastname” string in the “last name field”. And then have about 3 days of back and forth usually including a link to https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-... and explaining that no, you can’t reliably use a regular expression to split the full name data into first/last components.