Replies: 1 comment 2 replies
-
you didn't specify any details about what this web server would look like, but VFS supports a set of file system types that let you download files directly. VFS is supported in most workflow actions and pipeline transforms, e.g the "copy files" action to copy file locally, or the "text file input" transform to read file contents directly, without the need to download. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would appreciate someone pointing me in the right direction. I need to download seven files off a webserver daily. The names of these files contain the date on which they were generated (for example 20250114-customer.csv). The files are generated daily.
How would I go about setting up a workflow and pipeline where the name of the file is dependend on the current date (TODAY())? So for example, I start retrieving yesterday's file and subsequently the files of the six days before?
Beta Was this translation helpful? Give feedback.
All reactions