Read text file - several lines
(1)
The beanshell write the string 'hello' four times separated by a new lineto a temporary file. The filepath to the temporary file is then passed to the Read_text_file service which reads the file and outputs the string 'hello
hello
hello
hello'.
Created: 2010-10-28