Import contacts from CSV, with correct field descriptors
I need to import some contacts from an Excel (CSV) file. I'm testing with a simple file looking roughly like this.
| FirstName | LastName | Phone | |
|---|---|---|---|
| Dan | Levine | (555) 555-5555 | danlevine@gmail.com |
| Jim | Jarvis | (666) 666-6666 | jimjarvis@gmail.com |
The import works fine, except that the Phone and Email fields are labeled with "other".
Is there any way to specify the field descriptors (such as mobile/iPhone/home/work/main/Custom for the Phone, and home/work/Custom for the Email field) when importing from a CSV file?
Thanks.
MacBook Pro (Retina, 15-inch, Mid 2015), macOS Sierra (10.12.3)