Concatenate files - multiple files
(1)
The workflow splits the string 'a,b,c,d,e' into its five elements and saves the individual strings to five temporary files. The file paths to those files are then output by the create_and_populate_temporary_file beanshell.
The create_temporary_file beanshell creates a file to which the concatentation can be written.
The concatenate_files service concatenates the five files and writes the result to the temporary output file. Because the displayresults port has no value, the results are not...
Created: 2010-10-28