Skip to main content
Solved

To combine several outputs into one.

  • February 12, 2014
  • 1 reply
  • 89 views

Forum|alt.badge.img
Hello,

 

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.

 

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

Forum|alt.badge.img+4
  • Best Answer
  • February 21, 2014
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.