User Activity

Hi Team, I was curious to know if anybody has worked on a use case where they are generating an XML file in pretty print format?We do have "pretty-print" option in JSON formatter however the same is not available in XML formatter snap. Any suggestion...
Hi Team,I was looking into a possibility of fetching pipeline execution details (along with its execution frequency which is not available at the moment) via a snapLogic pipeline.Ideally, I would want to fetch everything that is available in Dashboar...
Hi Team,Is there a way we can generate a dynamic sequence in mapper or any other snap (values of which can be used in mapper eventually) with each pipeline validation? If not with pipeline validation, it will be okay for now if we are able to generat...
Hi Team, I’m reading a text file and wanted to fetch DISTINCT columns out of the data itself, screenshot below for your reference. .txt file: When I read the above data in snaplogic, the format is: Tried with $.merge(), GroupByN, CSV parse (contain...
Hi Team, I was using the Math.round() but was wondering if we can decide on the decimal digits for the rounding. For example, number = 3.14125252 Desired output = 3.14 With Math.round(), output is 3. Any suggestions on how to use the native Round(num...