swrightNew Contributor III5 years agoHow to search and replace in a csv file I’m trying to design a pipeline that changes gets a zip file via sftp that contains a single csv file, then do a search and replace in the csv (in this case it is replacing all the values in a single...Show More
skatpallyFormer Employee5 years agoCopy LinkReportTry the below Expression. $.mapValues((value, key) => value.toString().contains(‘img’) ? value.replaceAll(‘img’,‘’) : value) Hope this helps.
Recent DiscussionsHow to get filename from file readerGenerate expression file from database queryCan we generate XML file in pretty print format using native snapLogic snaps?Solved401 error with HTTP Client and NTLMPagination and nextCursor in header