ContributionsMost RecentMost LikesSolutionsRe: Email Snap batch or delay between sending each message Worked like a dream. Thanks Re: Email Snap batch or delay between sending each message I get an error when I run the script, Failure: Failed to connect Remote Python Executor, Do I need to set up an account? If so where do I get the token? Re: Email Snap batch or delay between sending each message Thanks, will test. Re: Email Snap batch or delay between sending each message The pipeline has several hundred html emails, each is specific to each recipient. Ideally I would like to send in small batches with a delay between each batch. If I group the emails into batches of 10 using group by, how do I put a delay between each batch? Email Snap batch or delay between sending each message 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 have a short delay between sending each message? SolvedRemove unwanted characters from keys or column headings 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 dynamically. e.g. Column head 1 => ColumnHead1 Column/head (2) =>. ColumnHead2 etc I have used $.mapKeys((value, key) => key.toLowerCase().split(’ ‘).map(x=> x.capitalize()).join(’')), Which removes spaces and Capitalises OK, but I cant figure out how to remove the other characters. Thanks Re: Snaplogic Service Bus Is there a way with Service bus to pull all records from the bus in one API call or to peek, i.e. non destructive read from service bus? Re: Decompress rar file Thanks, I am not sure how to add this a snap to read a file or how to convert the script to read a rar file. Decompress rar file Is it possible to decode rar files with snaplogic? Re: Convert time into mins That was it. Super thanks