Forum Discussion
aleung
8 years agoContributor III
You can achieve that by use CSV formatter with 1 field. It will write out the value of that 1 field 1 line at a time for as many occurrence you have.
As for thread safe, unless you are doing the following protocols you won’t be able to use Append anyway. Consider adding timestamp in your write file to ensure uniqueness.
Append - Append is supported for file, FTP, FTPS and SFTP protocols only.