GitHub user bamaer added a comment to the discussion: Downloading files with variable filenames based on current date
you didn't specify any details about what this web server would look like, but [VFS](https://hop.apache.org//manual/latest/vfs.html#_apache_vfs_file_system_types) 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. You can include your date in the correct format as a variable or workflow or pipeline parameter. GitHub link: https://github.com/apache/hop/discussions/4778#discussioncomment-11834839 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
