ContributionsMost RecentMost LikesSolutionsSwap keys and values Hi, I have a use case of lookup function where I have to use the same expression library but the lookup will happen both on the basis of key and value pair. Below is the expression library that I have uploaded { “Lookup”: { “Key1”: “Value1”, “Key2”: “Value2”, “Key3”: “Value3”, “Key4”:“Value4” } } Now I will get value1 from previous snaps, I want to use value1 to retrieve data as Key1. Can you suggest how this can be achieved? Regards, Shreegeet Re: Special characters in SOAP Snap Thanks @Supratim! Special characters in SOAP Snap Hi, I am sending the following the Data in the SOAP XML (Chair Rückenlehne mit flexibler 3-D Strickmembran, Kunststoffrahmen aus glasfaserverstärktem Polyamid, Rückenlehne mit Flex-Element,) but it is getting converted to following as this is not in UTF-8 Standard. To convert the data properly at the destination, I need to pass the XML in UTF-8 format. Need help on how to convert the same. Regards, Shreegeet Traverse through an array Hi, I have data in array format in two different streams , I want to check whether the array elements of the 1st stream are present in the 2nd stream or not. How should I do that? [“1001”,“1003”] [“1001”,“1002”,“1003”,“1004”] I have tried using map function after Merge Join and I am able to access the elements of any stream but cannot compare it with the elements of second stream. Can you please suggest how can I achieve this. Regards, Shreegeet Error Handling while Connecting SFTP Hi, I have a requirement wherein I have to Pull all the files from a particular folder of SFTP and then Process them. I have a couple of questions on error handling part of it How should I check that there is no error while fetching the files? What if only a few files are pulled by snap and then the connection is lost? In this scenario, only some files will be processed and there would be data inconsistency Any suggestions to handle this scenarios Regards, Shreegeet Re: Want to add NEW LINE CHARACTER in mapper have you tried this–> $Address+ "\n" +$Name+ "\n"+$Age