Skip to main content
Question

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

  • June 4, 2018
  • 1 reply
  • 34 views

Forum|alt.badge.img

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

erik_jan
Contributor
Forum|alt.badge.img+26
  • Contributor
  • June 4, 2018

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.