FME 2016 Build 16494
I want to automatically filter each info field value and the workspace will run them one by one.
It's like:
Then
and
Anybody help me ! pls ....
FME 2016 Build 16494
I want to automatically filter each info field value and the workspace will run them one by one.
It's like:
Then
and
Anybody help me ! pls ....
Best answer by caracadrian
Use Workspace Runner.
Create a workspace that will be ran depending on the value of a PARAMETER that the Runner workspace sends via attribute to the WorkspaceRunner.
Use Tester instead of AttributeFIlter with Right Value set to that parameter.
You can use StatisticsCalculator to get a single feature from the dataset in the Runner workspace (or Sampler with GroupBy set). OR, if your dataset allows it, use a WHERE clause in the reader (on the to run side) set to PARAMETER.
On the left the Runner and on the right the workspace to Run. Notice that the Test is done on the same attribute.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.