Designing and Running Pipelines
Discuss how to use the SnapLogic platform.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

AD snaplogic limitations to 1500 members

If an AD group contains more than 1500 members,the attribute member has “No Values” and an attribute member;range=0-1499 is returned which has first 1500 members. Is there a way to return the rest of the users or all the users in one call? I have use...

hasPath within List

Hi there, I am trying to check if json list has a node within. in below json checking if IDOC.E1EDP01 has E1EDPT1; which works fine. then when I am trying to look for E1EDPT2, thats when its failing. I have below expression. $IDOC.E1EDP01.filter(x=>x...

manohar by Contributor
  • 1142 Views
  • 4 replies
  • 2 kudos

Resolved! How to map multiple target path to single field name

Hi all, I have a sample data as below: “TRANSCU2”: “T1” “TRANSCU3”: “T4” “TRANSCU4”: “T8” “TRANSCU6”: “T90H” “TRANSCU7”: “T67” “TRANSCU8”: “T653” But i wanted to map all source field to single target path like below: “CU”:“T1” “CU”:“T4” “CU”:“T8” “CU...

nirupama by New Contributor II
  • 1035 Views
  • 2 replies
  • 1 kudos

Ternary operation to handle diff date formats

The source file contains Reporting Period value in diff date format. Aug-2022 Aug-22 AUG 2022 August-2022 I am using the below ternary expression to handle the above mentioned date pattern. isNaN(Date.parse($RPT_MONTH,‘MMM-yyyy’)) || isNaN(Date.parse...

UrsVinny by New Contributor II
  • 1514 Views
  • 9 replies
  • 5 kudos

Resolved! Date Issue in Pipeline Parameter

Hi All, I have a requirement to pass date in YYYY-MM-DD format and I am using the expression “Date.now().toLocaleDateString()” but I have the below issue. When I use it in pipeline parameter “Effective_Date” then use _Effective_Date in the pipeline ...