AppendToFile
Created: 2008-11-11 15:11:38
Last updated: 2008-11-11 15:14:43
Processor to add content to a (existing) file. The content is added to the end of the file.
The inputs:
Filename: the file name of a file, if the file does not exists, a new file is added
Content: the string to append
NewLine [default = true]: if true, a newline is added to the end of the line (useful if you want to add a record each time)
The processor supports Multi-Threading since version 2.
Preview
Run
Run this Workflow in the Taverna Workbench...
Option 1:
Copy and paste this link into File > 'Open workflow location...'
http://www.myexperiment.org/workflows/560/download?version=2
[ More Info ]
Workflow Components
Inputs (0) | ![]() |
Processors (1) | ![]() |
Beanshells (1) | ![]() |
Outputs (0) | ![]() |
Links (0) | ![]() |
Coordinations (0) | ![]() |
Citations (0)Version History
Reviews
(0)
Other workflows that use similar services
(0)
There are no workflows in myExperiment that use similar services to this Workflow.
Log in to make a comment
It seems a very basic processor to be used frequently. Thank you for posting it :)
Have you tested with any particular file/case?
Hello,
I have used this one in a very large workflow that takes 5 hours to run. It saves all intermediate results to restore the workflow run in case of a crash.
See http://www.myexperiment.org/workflows/603
Ingo