GitHub user dmainou added a comment to the discussion: Renaming Multiple 
Dynamic files in Hop

Adding to what Hans said above.

Let's assume you have an 'acquisitions' table where your columns are target 
filename, target location, target extension, etc + final name ... move/copy, 
load, pipeline to load... etc.
The fields can be populated with hard coded values or REGEX

You then can build a set of assets (workflow's and pipelines) that get the list 
of all possible things to acquire and pass that down for execution through a 
loop.
The  pipeline inside the loop searches for X (or a regex matching x) on 
location XX and moves or copies it to location Y name YY.
You may then choose to execute pipeline Z that loads the content of the file 
into ZZ staging table.


Just a thought...


GitHub link: 
https://github.com/apache/hop/discussions/5533#discussioncomment-13857269

----
This is an automatically sent email for users@hop.apache.org.
To unsubscribe, please send an email to: users-unsubscr...@hop.apache.org

Reply via email to