Skip to main content

What is the best way to extract the path_modified_date, path_created_date, and path_accessed_date for files in a folder (these are shapefiles and zip file)? I ran the Directory and File Pathnames Reader, and it shows these attributes as missing. Is there a transformer I need to use after this Reader to extract this information?

 

 

You need to specifically activate the appropriate setting in the reader for this:

The reason is that requesting this information from the file system can have a performance penalty on some systems, especially for a large number of files.


Reply