User Activity

Hi I wanted to read all the records from the kafka queue in first run and then latest records from the queue from kafka consumer snap.I start reading for the first time from the queue,what setting of ‘seek type’ and ‘auto offset reset’ should I use i...
I need to acknowledge documents from JMS Consumer snap after completion of pipeline rather than auto acknowledge to avoid data loss in case of any pipeline failure . While I use option ‘Client Acknowledge’ with ‘asynchronous’ processing type option ...
Hi, I have a csv file ‘|’ separated which has records like below. 123456|61|eng |01|aabc|test|16|Long|,|01|aabc|test1|Regular|Short|| 112569|61|eng |01|vfbc|test3|16|XL| how to read both records as 1st record has 2 details in a single row separated b...
Does ‘content- disposition’ function works with zipfile writer. I’m writing below exp concatenating with SFTP path but this is giving me error. $[‘content-disposition’].match(“filename="(.*)"”)[1] error: Failure: $[‘content-disposition’] is undefined...
Hi, Is their issue to connect with API through REST snap when that API is generated through webhook. I m unable to do so. If yes, can you please provide steps to connect with API through rest get