Skip to main content

It is similar to https://knowledge.safe.com/questions/30005/how-to-run-same-workspace-multiple-times-with-diff.html, but not exactly.

I would like to run the same workspace a number of times using different GDB as input and producing different outputs. For example, GDB1 as input produces 1.dwg as output. GDB2 - 2.dwg.

Thank a lot in advance! @ blueinc

I would create a CSV file (or similar) with input and output names.

Then Create a workspace that reads the CSV file and passes the values to a WorkSpaceRunner transformer that runs the main workspace per record in the CSV file.


Reply