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

Forum Posts

Mapper expression required for encoding

Hi Team, Help required to implement below logic for one field in mapper snap. Please help API_KEY =“3456789dgghhjh” SECRET=“8889999456hhggth74kju” var payload = ‘POST\n\n’ + date.toString() + ‘\n’; hmac = crypto.createHmac(‘sha256’, SECRET); hmac.upd...

Mapper following Group By Field

Hi Everyone, I have a record, that has a field of CSVs. I split the CSVs using the JSON splitter, and then use a group by fields snap to create my objects which have the recordId, and the individual values from the CSV field. I end up with what I nee...

Problems with Date.parse() function

Hi, I have a problem with the Date.parse () function. I cannot convert a String to date, the format of my string is the following: “dd/MM/yyyy”. It only happens to me with some specific dates (with most data I have no problem). The problem occurs wit...

VictorC by New Contributor
  • 5943 Views
  • 10 replies
  • 1 kudos

Resolved! Creating files in a different organization

Hi everyone, i’m having the following challenge: I’m documenting files on Gitlab which are at some point then promoted from the Dev organization to the Prod org. This promotion runs in the Dev organization. It turns out that the File Writer cannot wr...

Henchway by Contributor
  • 2892 Views
  • 5 replies
  • 4 kudos

DateTime Parameter can't save to datetime field

I’m calling a child pipeline to do an insert I’m passing a datetime field, but in the child parameter it is now a string How do I convert it back to datetime? In the parent before I execute the child the value is: 1996-08-26T00:00:00.000 In the child...

RoyB by New Contributor III
  • 2173 Views
  • 3 replies
  • 1 kudos