How to combine several small processes in a linear manner such that the final output would include all the outputs from the different smaller processes?
For Example: there is one input file,
-the attribute do not contain ($)
-the attributes have no numbers and are purely alphabets.
-the attributes have more than 15 characters
so on...
On finding the outputs from each, how is it that I can get a combined output as some attribute values may satisfy one or more or even all of these problems.
Thank You,
Sani.
Best answer by kathyross
By processes do you mean workspaces?
If so, you can chain workspaces together via the WorkspaceRunner or FMEServerJobSubmitter.
You can utilise the outputs of each process simply via adding a Reader. You can make the reader read all csv files within a folder via Folderpath\\*.csv or all csv files within a folderpath and its subdirectories via Folderpath\\**\\*.csv You can also utilise the Advanced Browser (a button with a plus sign rather than three dots) to perform this.
Did this help you find an answer to your question?
This post is closed to further activity.
It may be a question with a best answer, an implemented idea, or just a post needing no comment.
If you have a follow-up or related question, 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.
If so, you can chain workspaces together via the WorkspaceRunner or FMEServerJobSubmitter.
You can utilise the outputs of each process simply via adding a Reader. You can make the reader read all csv files within a folder via Folderpath\\*.csv or all csv files within a folderpath and its subdirectories via Folderpath\\**\\*.csv You can also utilise the Advanced Browser (a button with a plus sign rather than three dots) to perform this.
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.