Hi all,
I’m running into a small issue with bulk imports. When I use "Vale do Guadiana"
as the locationID
, the encounters don’t seem to get saved under that location.
https://lynx.wildbook.org/import.jsp?taskId=bac01a20-7f71-40a3-aeae-b9f14120cbec
However, if I use "Región Vale do Guadiana"
as the locationID
, it seems to work correctly.
https://lynx.wildbook.org/import.jsp?taskId=1f196bd8-b700-434c-aa45-18fb3c46f8e4
I checked the locationID.json
file (from this link) and I see this entry:
{
"name": "Vale do Guadiana",
"id": "Región Vale do Guadiana",
"locationID": []
}
So it seems the correct value to use in the bulk import is "Región Vale do Guadiana"
, as that’s the actual ID. Is this correct?
To avoid confusion, wouldn’t it make more sense to have both the "name"
and the "id"
as "Región Vale do Guadiana"
? Right now, the inconsistency between "name"
and "id"
might lead to mistakes, especially since in other cases the name and ID are often the same.
Any help or clarification would be appreciated!
Thanks in advance,
Antón