Replies: 1 comment 3 replies
-
|
You will have to use a pipeline for that |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a scenario where I am downloading multiple dynamic csv files from a server and once I have downloaded them I need to move all those csv files with a specific naming convention.
Say for Eg.
File 1 - 2025_07_17_TechnicalFile
File 2 - 2025_07_17_DataFile
File 3 - 2025_07_17_ErrorFile
So all these files are downloaded on a daily basis in a specific folder say download.
I need these to be moved from download folder to the target location say input folder where I need the names of the files to be as below
File 1 - Technical
File 2 - Data
File 3 - Error
How can we achieve this in Workflow.
Beta Was this translation helpful? Give feedback.
All reactions