loading geolocation file

Hello, 

 

I am having trouble loading geolocation information for a set of images. I am using version 2.0.83. My geolocation is stored in a file with the format:

00000234.jpg 2.23749 13.44096 132.5
00000235.jpg 2.237316 13.441033 132.5

I have tried tab-delimited, comma-delimited, and space-delimited versions. I always receive the same error:

Can anyone help? has anyone seen this behavior before? 

 

Thanks!

Joe

fixed it. I stripped the .jpg from the first column. The first column is now imageName with no extension. This loads appropriately.

Thank you for sharing this tip !
I had the same problem.