12-21-2017 12:00 AM
i’m trying to append in a csv file, but it is throwing “Append file action is not supported for the protocol: sldb” error every time. How to achieve this?
12-21-2017 06:17 AM
According to the documentation for File Writer, Append is supported for file, FTP, FTPS and SFTP protocols only, but it sounds like you have the CVS file saved in SnapLogic.
12-21-2017 09:03 PM
can i do the append operation if i’m creating the file while running the pipeline?