Name

adams.flow.sink.PasteFiles


Synopsis

Generates a single file from combined lines from the input files. Line-by-line the lines get joined (separated by the specified delimiter) and output in the output file.
This transformer works similar to the Unix 'paste' command. But instead of providing a list of delimiters, a single one is used.


Additional information

Flow input/output:
- input: java.lang.String[], java.io.File[]


Options