All content
Search filter terms
Filter by category
Filter by type
Filter by tag
Filter by user
Filter by licence
Filter by group
Results per page:
Sort by:
Showing 3 results.
Use the filters on the left and the
search box below to refine the results.
Merge list of errors to string
(2)
Based on http://myexperiment.elda.org/workflows/27/
The beanshell scripts collectively builds a temporary file of the merged string (by default using newline as separator). As each item is appended to the file separately by Write_text_append, this means it can handle occassional errors in the list, such as in the output from Sometimes_fails. Such items are not included in the merged string.
To use, merge with your workflow and delete "Create_Lots_if_Strings", "Sometimes_Fai...
Created: 2011-09-13 | Last updated: 2011-09-13
Using a Create_List script with a dot-prod...
(1)
Create_lots_of_strings gives implicit iteration over the service add_a_and_b - assume this is a service that returns two values which you now want to keep in a list [a,b].
The shim Create_list takes two single inputs, and returns a list of [in1, in2]. Configured with the Dot product list strategy it means that it will pipeline out [a1,b1], [a2,b2], [a3,b3] etc.Create_lots_of_strings gives implicit iteration over the service add_a_and_b - assume this is a service that returns two values which...
Created: 2011-02-02 | Last updated: 2011-02-02
Credits:
Stian Soiland-Reyes
Results per page:
Sort by: