How to get the creation/modification time of workflows or files uploaded to KNIME Hub?

Hi everyone,

When working with KNIME Hub, I would like to retrieve the creation time / last modification time of workflows or files uploaded to a Hub space.

I tried using the List Files/Folders node to read the contents of a Hub space. However, the output only contains the Path information, and I couldn’t find any time information (such as creation time or last modified time).

Here is a screenshot of the output from the List Files/Folders node 。

Is there any way in KNIME to obtain the creation or modification time of workflows or files stored on KNIME Hub?
:backhand_index_pointing_right:

@DanielHua welcome to the KNIME forum. You could feed the paths into this node and work with the results.

It is possible that you might have to add a File System Connection

4 Likes

“Thanks a lot for your help! The Files/Folders Meta Info node works perfectly for my case, really appreciate your clear explanation.”

1 Like