While putting data to a file using FTP/File Adapter, it will overwrite if the file is already exists, sometimes requirement might be to append an existing file, instead of creating a new file for example when we are creating a log file we need to append the data, this can achieved by including an attribute Append = “true” for the

No comments:
Post a Comment