06-19-2024 10:34 AM
I have pipeline where am using rest call with pagination.
after every call i need to append the response data to same file. (CSV format)
Append option in writer snap supports only few protocols and i need some help to configure it and make it work.
Thanks.
#writer_snap #append #protocol
06-21-2024 07:39 AM
@manjunathsinghs - you are correct that the Append option in the File Writer snap is only supported by a few protocols - this is the nature of the protocol itself, not SnapLogic.
I'm unclear on your full requirements here but if you are simply paginating through results and writing to the file, then the file should at least contain the full set of responses returned in the pipeline execution unless you have something in your design or snap properties that is not streaming the data through to the target file.
If you need further assistance, can you export your pipeline and attach to this thread?