People import fails for countries with commas
Open
idea
- Dominant language
- PHP
- Stars
- 107
- Forks
- 53
- Avg merge
- 17h 52m
- Merged PRs (30d)
- 1
Description
We split the "location" field in the people.json file on the commas to find the country as the last element of this array. The problem is that some of the countries in our database have commas in them, such as "Moldova, Republic of", so there's no way for anyone to find a match with this country. We have a person who has put `"location": "Chisinau, Moldova"` and another who has `"location": "Chisinau, Republic of Moldova"` so we need to find a way to work with these entries. There are other countries too that will run into this problem.
Contributor guide
Assessment
This issue has not been assessed yet.