I created a workflow that transforms some data. As I have to do the same transformation for various oracle-users, I'm using the workflow-runner in a second workbench.
But it's not only the name of the user, that I need to pass to the transformation-workflow, but also a second parameter (an attribute in a table).
I read in a post, that I have to concatenate the two values an pass them as one parameter to the other workflow.
But how can I integrate that parameter in my workflow? There is a transformer "parameter-fetcher", but it needs input from a reader.
I also have to split the parameter again (Attribute-splitter) and use one of the two parameters for my reader (oracle-user) and the other in my writer (attribute).
Thanks in advance
Vera