jhagistNew Contributor III7 years agoWild Card at end of variable - parameter I am using a delete file snap and would like to delete all files that start with a name stored in a parameter. Ex. controlfile1.json // controlfile2.csv How would I put a wildcard at the end of ...Show More
viktor_nContributor II4 years agoHi @Sahil, Are you looking for something like this. Expression for Mapper: Array.filter(el => el.SaleDates.AmazonDataId.length == 4) Expression for Filter: $SaleDates.AmazonDataId.length == 4 Regards, Viktor
Recent DiscussionsPagination and nextCursor in headerJavascript to promote top level listsSolvedGoogle Sheets Subscribe questionsBasic string transformations not workingSolvedCan we generate XML file in pretty print format using native snapLogic snaps?Solved