User Activity

I have a pipeline which sends hundreds of messages, however my email gateway start to block the messages. We this this is because we are logging into the mail account to many times in a short period of time. Is there a way to batch up the message or...
I have a pipeline which reads zip files which contain csv files and loads the files into sql table. The zip files contain csv files with column headings which contain spaces, ()/ etc and I would like to remove these fromt he column headings dynamical...
Is it possible to decode rar files with snaplogic?
Hi I have a JSON field that contains elapsed time in the form 2 hours 17 Minutes 35 Seconds. What is the easiest way to convert this to decimal mins? In the example above it would be 2 * 60 + 17 = 137 (ignore the seconds) The string will not always ...
I am considering using a triggered task to provide unsubscribe functionality for an internal email system. The link would pass two parameters to the pipeline, username and subscribe = yes or no. I have a couple of questions; When the task has complet...