I thought about the feature holder but I can't group them or parameterise them.
Thanks
Seb
I thought about the feature holder but I can't group them or parameterise them.
Thanks
Seb
How about creating another workspace having a WorkspaceRunner to run the workspace?
You can pass a shape file path to the Source Dataset parameter of your workspace through the WorkspaceRunner. If you create an external table that contains the 10 shape file paths, you can read it and pass the file path string to the WorkspaceRunner one by one.
Set "Yes" to the Wait for Job Complete" parameter to wait the child process completion if necessary.
Takashi
basically you inernaly create:
_count filename
1 file1
2 file2
etc.
to iterate trough the shapefiles.