append
Appends the contents of a file to another file.
Attributes:
file: the source filename
to: the destination filename
newline: true add a new line before appending the content (default is false)
Examples:
<append file="newdata.txt" to="alldata.csv" newline="true" />