read the number of images

Post Reply
babathemacman
Member
Posts: 22
Joined: Wed Oct 10, 2018 11:17 am

read the number of images

Post by babathemacman »

Hello,

Does anyone know how I can read the number of images that are placed in a folder. I would like an overview per day of the photographed images. It would be best if I could also get an overview of this in, for example, an Excel file.
laurentd
Member
Posts: 137
Joined: Wed Mar 13, 2019 2:06 pm

Re: read the number of images

Post by laurentd »

You can use [Job.FileCount] to get the number of files in a job folder
The number of files in the job, i.e. 1 if the job is a single file, and if it is a job folder, the number of files in the job folder and any subfolders, recursively (folders and subfolders themselves do not contribute to the count)

If your images are added daily with different jobs, you can sum up the values using a counter:
https://www.enfocus.com/en/appstore/product/counter

There is no app or element yet to directly write data to an Excel file, but these apps will log data in a CSV or text file:
https://www.enfocus.com/en/appstore/pro ... tch-logger
https://www.enfocus.com/en/appstore/product/datalogger

And with this one you can log the data in a Google Sheet, then export the sheet to an Excel file:
https://www.enfocus.com/en/appstore/pro ... ts-connect
Laurent De Wilde, Solution Architect @ Enfocus
Post Reply