I'm exporting the results to CSV format so that I can get this custom field/column in the export. It's exported as readable date/time such as "2016-03-01 18:26:03". Is there a way to get it to export the epoch timestamp? Similar to when you export to the EFU format?
void wrote: ↑Sat Sep 17, 2022 12:10 am
Does including the following in your search help:
<datetaken: column1:=datetaken:> | <mediacreated: column1:=mediacreated:> | <column1:=> addcolumn:column1
This does create a column named "column1" but it is empty for all of my files.
therube wrote: ↑Fri Sep 16, 2022 7:28 pm
I'm not familiar with that, but what happens if you remove "tostring:" ?
Interesting idea but if I remove "tostring", I get no data. I'm not verify familiar with the syntax and functionality that's being used here...I was just lucky enough someone else had shared that