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

Forum Posts

Resolved! Divide a comma separated list of strings

Hello,I have a requirement to convert the following MuleSoft dataweave code into snap logic...rpns default '' splitBy ',' distinctBy $ divideBy 245 map ((item, index) -> 'searchCriteria': (item joinBy ','))I will receive a json payload like below. I ...

Max by New Contributor II
  • 2067 Views
  • 1 replies
  • 0 kudos

Trigger pipeline based on table updates

HI all,I have a sql server upstream data source, there is a table in that which gets updated when the data is refreshed. I based on the updates in that particular table and colum i want the ingestion pipeline to be triggered. Is there any way i can i...

Roger667 by New Contributor III
  • 857 Views
  • 1 replies
  • 0 kudos

Help With Reduce Function in Mapper

I'm having trouble using the reduce function in a mapper which will subtotal two values across a two field compound key.  For example, take the following input:"myarray": [{"key1": 1,"key2": "A","value1": 5,"value2": 10}, {"key1": 1,"key2": "A","valu...

ahouston by New Contributor II
  • 988 Views
  • 1 replies
  • 0 kudos

Resolved! Create Key: Pair value in mapper

Input Structure[{"Id": "ABC","IFA_Number__c": "1"},{"Id": "BCD","IFA_Number__c": "2"}]I have to save this data in a key value format ( Ifanumber is key and ID is value) so that later in mapper I have to fetc fetch the respective ID based on IFA numbe...

akarsh by New Contributor III
  • 5068 Views
  • 11 replies
  • 3 kudos

Teamcenter connection issue

Hi Team,I am trying to use Teamcenter snapack, while connecting with Teamcenter i am getting below error, could you please help me on this. i am imported all jar files in this path (C:\Opt\snaplogic\teamcenter_lib)in my groundplex.but still getting e...

maheswara_0-1706596843673.png
maheswara by New Contributor II
  • 624 Views
  • 0 replies
  • 0 kudos

$original values thru Snowflake Bulk Load

Below is the snaplogic process to load data from Redshift to Snowflake. The Map execution mapper has a output variable named "$last_execution_datetime". The data is sourced from Redshift Select Snap and Snowflake Bulk load is used to load the data. T...

arvindnsn_0-1704919876818.png arvindnsn_3-1704920179790.png arvindnsn_4-1704920252374.png