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

Forum Posts

Resolved! Converting an array to a JSON payload

Hello all,I need to convert an array of ID values into a JSON payload, and I cannot find any array function that can iterate the values of the list to generate what I need.My array of IDs looks like this: ["r4ige6rwgvnr", "4nkmdoijydfj9", "6ashbd99w3...

Resolved! Creating complex nested JSON from CSV file

I am reading a CSV/XLSX file (could be an sql table as well) with the follwing structure (file attached below as well):BranchYearTypeParentNumberCurrentNumberStructureLevelLanguage1Language1_ValueLanguage2Language2_ValueCreationDateLastUpdate12342024...

adam_g by New Contributor II
  • 556 Views
  • 6 replies
  • 3 kudos

Resolved! Create Expression Library from Excel data

I have a couple situations where there are lists of values that will need to be referenced and those lists will change in different runs of the pipelines. Since they will change, updating mappers or conditionals doesn't seem ideal, so am thinking tha...

paul_vollmers_0-1717514347587.png
pavia by New Contributor II
  • 350 Views
  • 3 replies
  • 0 kudos

SnapLogic and ISO 20022

Hi there, has someone implemented ISO 20022 compliant pipelines in SnapLogic before? Please share your experiences. Any other reference is appreciated. en.wikipedia.org ISO 20022 ISO 20022 is an ISO standard for electronic da...

Resolved! Can't paginate using Post HTTP CLIENT Snap

I am trying to paginate using a POST HTTP CLIENT Snap.  I don't know how to accomplish this with the information provided in the data returned.  I am extracting data from HubSpot using the 'search' endpoint (https://api.hubapi.com/crm/v3/objects/cont...

Resolved! How to formulate expresssion

 Please I need some help to formulate this expression an expression. Essentially, is it possible for these three steps to be all done in one line? Thanks.trim($Clicks)trim($Clicks.replaceAll('-',''))trim(output of  step 2)

omiaye by New Contributor II
  • 294 Views
  • 2 replies
  • 1 kudos

Resolved! Creating unique ID's and repeating

Hello Experts,I have a JSON input looks like this:[{"id": "0000000","type": "DUMMY_Payload","userId": "ABCD1234"},{"id": "1111111","type": "DUMMY_Payload_1","userId": "QWER5678"},{"id": "2222222","type": "DUMMY_Payload_2","userId": "ABCD1234"}]The as...