Question

How to run the same workspace many times with different parameters?

  • 4 June 2018
  • 1 reply
  • 5 views

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


1 reply

Userlevel 2
Badge +16

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