Location data import format

What is the correct format for importing Location field type data via CSV? I’ve tried both the latitude,longitude format, as well as the {“coordinates”:[latitude,longitude]} format that the system exports Location data in. My imports are failing, however, with this error message:

All of my records have location field data in them. Any thoughts?

Seems to me like Location imports don’t work.
The easiest way to check the format is to export a record that has location data, and you’ll see how it’s structured.

After testing, it seems that Location data is ignored currently by the import.
I’ll make an issue.