Most efficient way to collect input file metadata?

@jcjaldin you could use a list file node and a loop to get information (paths) and append them like this:

You might have to use newer nodes instead of deprecated ones.

Then you can extract further meta informations from files like when they have last been changed, size and so on:

And then specific to Excel you can use OpenPyxl from the bundled Python to extract specific informations from the Excel file itself (like author …):

1 Like