This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
There has been issues where GroundPlex nodes has failed to start on Windows hosts, usually connected to applied OS patches.
It has not been consistent in it’s behavior as of when it fails nor has the trigger of the issue been identified.
When the ser...
When designing pipelines we have environment specific parameters (Dev, Test, Prod) in expression libraries. This renders our pipeline development independent of having to alter pipeline parameters or tasks between environments and deploys.
However, t...
Spent some time with null checks in the velocity template and would like to share the findings:
If you have data in an array such as this example:
[
{
"Lines": [
{
"TEST1": null,
"TEST2": "Text"...
Null values should be possible to identify in expressions in most places.The following condition would check that BEL is not blank or null, split them up if you need to handle them separately in the router. $ZSDATA.IDOC.EDL2.EDL4.BEL != "" && $ZSDATA...
If you want to do this using week numbering you need to be prepared for a rabbithole.Otherwise, finding the dates of a split week in dec/january can be achieved with date calculations.One sample is provided and attached which could give some inspirat...
I think the given answer from snaplogic would be to set it in your task parameters, but we found this to be quite risky since if something changes globally we need to identify and adjust each task affected.In our setup we store environment data in ex...
Hi Rajesh,You can probably achieve this in multiple ways. I try to keep it rather clean, using standard snaps, and not nest too much js code in the mappers.My sample is first sorting based on employee id and effective date, then it is grouping all re...