I have a strange issue I’ve seen with clients and also just tested out now.
I notice if I create a person from the PD UI with the name “First Last” it splits it into first_name: First, last_name: Last
But if I do this “first Last” it puts it in the last_name and the first_name is null.
Obviously customer data isn’t always going to be properly capitalized. Is this a bug or a feature? I’ve written a patch in my integration to split them equally if this happens because it’s a real pain and people don’t understand why they’re seeing blank first names and populated last names with the full name.