Conversation
supportHello, thanks for providing the plugin. I have a fresh install of WordPress and Venomaps v2.1.2. When I try to import a CSV I get Error, invalid file . I have ensured its UTF-8 and stripped it down to simply its simplest form, but it still won’t work: title,lat,lon test,40.748453581163346,-73.9735879052636 Any ideas whats going wrong?
Hi there, thanks for your feedback! The issue was that the plugin previously expected the CSV header to include every single available field (title, lat, lon, size, icon, etc.), even if they were empty. I have just released an update that makes the import logic much more flexible. The process now only checks for the mandatory fields ( lat and lon ). This means you can now import simplified files like yours, or even change the column order (e.g., lon,lat,title). Please update the plugin to the latest version and your file should work perfectly.
working perfectly now, thanks!
Hi there, thanks for your feedback! The issue was that the plugin previously expected the CSV header to include every single available field (title, lat, lon, size, icon, etc.), even if they were empty. I have just released an update that makes the import logic much more flexible. The process now only checks for the mandatory fields ( lat and lon ). This means you can now import simplified files like yours, or even change the column order (e.g., lon,lat,title). Please update the plugin to the latest version and your file should work perfectly.
working perfectly now, thanks!