export missing random data in exif columns

Discussion related to "Everything" 1.5.
Post Reply
GeoNomad
Posts: 5
Joined: Fri Jan 15, 2016 2:27 pm

export missing random data in exif columns

Post by GeoNomad »

An interesting find today.

I am using extra columns from exif data - Content Created, Latitude, Longitude

I wait while the display populates and confirm that all files show data for the 3 columns.

When I export to csv or efu, some lines are populated with the extra columns and other lines show nothing.

If I export again, different lines are missing the data. Some are OK that were missing before, and some are missing that were there before.

It is just like scrolling when the columns are briefly blank as the read catches up with the display, except this occurs after all the display columns are populated.

Code: Select all

"PXL_20250319_013507897.jpg","C:\pix\Camera",2263640,2025-03-18 21:35:09,,,

"C:\pix\Camera\PXL_20250319_013507897.jpg",2263640,133868217090000000,,0,,,

Filename,Size,Date Modified,Date Created,Attributes,Content Created,Latitude,Longitude
"C:\pix\Camera\PXL_20250319_013507897.jpg",2263640,133868217090000000,,0,133868217090000000,43.650016,18446744073630.18798

"PXL_20250319_013507897.jpg","C:\pix\Camera",2263640,2025-03-18 21:35:09,2025-03-18 21:35:09,43.650016,-79.363636

Some sample examples of the data appearing sometimes and not other times in both efu and csv.

Running Version 1.5.0.1390a (x64) extracted just now from Everything-1.5.0.1391a.x64.zip (why the version difference?)

Just noticed the efu has junk in the Longitude column...
void
Developer
Posts: 19870
Joined: Fri Oct 16, 2009 11:31 pm

Re: export missing random data in exif columns

Post by void »

When I export to csv or efu, some lines are populated with the extra columns and other lines show nothing.
Everything only exports gathered information.

Please try sorting each column.
-or-
Enabling gather_properties_on_export:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    export
  • Select: gather_properties_on_export
  • Set the value to: true
  • Click OK.

Just noticed the efu has junk in the Longitude column...
Thank you for bringing this issue to my attention.
I have put this on my Things to fix list.
GeoNomad
Posts: 5
Joined: Fri Jan 15, 2016 2:27 pm

Re: export missing random data in exif columns

Post by GeoNomad »

void wrote: Mon Apr 21, 2025 12:30 am
When I export to csv or efu, some lines are populated with the extra columns and other lines show nothing.
Everything only exports gathered information.

Please try sorting each column.
-or-
Enabling gather_properties_on_export:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    export
  • Select: gather_properties_on_export
  • Set the value to: true
  • Click OK.
Thank you! That nailed it. I wonder if that option shouldn't default to True. It seems easy to lose data when it appears to populate the field. It is not obvious that data is missing and I have used that before without noticing that it was probably missing data that it could have gathered. I found that although I had scrolled through the list and seen all the lat/lons filled, going through using PgDn showed a few missing still. Sort is a cool way to make sure.
Just noticed the efu has junk in the Longitude column...
Thank you for bringing this issue to my attention.
I have put this on my Things to fix list.
Thank you for all the effort you put into this program year after year! 👌👍
void
Developer
Posts: 19870
Joined: Fri Oct 16, 2009 11:31 pm

Re: export missing random data in exif columns

Post by void »

Everything 1.5.0.1392a fixes an issue with exporting longitute.

Previous versions were exporting with the wrong data type.
Post Reply