Is there a best way to automate what a MySQL Reader and Writer should use based on a specific file name?
For example if file name = foo.txt
Use the reader/writer DB connection for fooDB.
If file name = fooBar.txt
Use the reader/writer DB connection for fooBarDB
I know that User Params along with a Filter in the automation may make this possible, but I don't know if that's the best route to go. I would also like to refrain from having multiples of the same workflow for thier respective DB connections.
Thanks in advanced!