ContributionsMost RecentMost LikesSolutionsRe: Connecting Windows based SFTP servers using SnapLogic Thanks for the response @stephenknilans. Port number, file names, and directories are correct, but still, we’re getting the same error. Furthermore, in the above post, I’ve replaced the actual server name with “sftp server” just to any client-related information. Please let us know! Connecting Windows based SFTP servers using SnapLogic Hello, We’re trying to connect with Windows-based SFTP server in order to read data files, but getting the error as - “error”: “Unable to read from sftp://sftp server//readme.txt” “reason”: “Cannot open input stream for sftp://sftp server/readme.txt” “resolution”: “Check for URL syntax and file access permission” This is a very critical time of our program and any help or lead would be much appreciated. Thanks! Mapping Spanish characters with standard English characters Hello, We have a requirement where we’re expected to map Spanish characters with standard English characters. The following table illustrates the exact mapping requirement - |Character|Replacement| À, Á, á, à, Â, â, Ä, ä, Ã, ã, å, Å → A Æ, æ → AE Ç, ç → C É, é, È, è, Ê, ê, Ë, ë → E Í, í, Ì, ì, Î, î, Ï, ï → I Ñ, ñ → N Ó, ó, Ò, ò, Ô, ô, Ö, ö, Õ, õ, Ø, ø → O Œ,œ → OE ß → SZ Ú, ú, Ù, ù, Û, û, Ü, ü → U Ý, ý, Ÿ, ÿ → Y We developed a pipeline and uploaded a .csv file containing a few Spanish characters in the file reader snap, but apparently, SnapLogic is converting those special characters into a question (?) mark. Is there an efficient way to handle such situations, Please let us know. Thanks in advance. Limiting repetitive error email notifications Hello, In our current Error handling implementation, we’re using Email sender snap in a couple of child pipelines to send out error email notifications with a retry_count as 3 in one of the child pipeline. But now we get multiple emails with the same error details and error stack, which is quite redudant and we would like to limit it to just one unique email with all the details we used to get previously instead of multiple emails with same details. Is there a way in Snaplogic we can mitigate the overflow of emails and handle such scenario? Thanks in advance. Regards, Rahul