User Activity

Within a pipeline, how can I programmatically access the SLPROPZ file for a snaplex, and write the contents of the file out to the local hard drive? We have over 500 snaplexes that we need to do this for, so manually downloading them all is not a goo...
I thought about creating a ticket to ask this, then realized others probably could use this information as well… When writing a script for a JavaScript snap, one can define all the subroutines as member functions within the “impl” object: var impl = ...
Summary: in the JavaScript snaps, what is the difference between doc.get(“something”) and doc[“something”] ?? Details and Background: I am very well-versed in C++, SQL, and a smattering of other languages, and have been developing for a long time. B...
I’m looking for General Guidance, not a solution to a specific problem! I have a lot of experience programming in server-side languages like C++, C#, T-SQL, PL/SQL, and others… but am very much a newbie at Javascript. (When my employers’ pipelines u...
Judging from the options available in the Aggregate Snap, I would expect it to work much like the identically named aggregate functions in SQL. SQL functions like COUNT, AVG, SUM, and MAX conveniently skip over NULLs and return the same values as th...