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

Forum Posts

LDAP generating null error

i’m trying to make an LDAP search for multiple value at the same time. I’m getting a value from pipeline parameter, which is a space separated string and i need to split the string and make filter condition for each string. filter condition is correc...

AdityaReja by New Contributor III
  • 2047 Views
  • 2 replies
  • 0 kudos

How to format time stamp?

Date.now().toString() - it provides the result - 2014-09-22T00:00:00.000Z(like this) but i need time stamp like - 2014-09-22T00:00:00.00Z. I want only two digits before Z. Thank you for the help in advance

aspanda by New Contributor II
  • 1576 Views
  • 1 replies
  • 1 kudos

Question for javascript

Hi Suppose i have below json. { "id":"1", "name":"name1" "age": 5 } I want to use javascript to add an additional field “schools” into above json to be like { "id":"1", "name":"name1" "age": 5, "schools":[ { ...

Resolved! Reading tab delimited file

I am getting error in reading the tab delimited file using CSV parser. Looks like CSV parser expects that all records in the file have same length. Need a confirmation on this one. Also wanted to get some help on how to read all the rows into 1 singl...

Resolved! Salesforce - Output field limit

We have a use case to pull all fields from wide objects in Salesforce. I keep running into “field limit” errors: . Does anyone have any logic or best practice for pulling in all fields from wide Salesforce objects?

del by Contributor III
  • 2954 Views
  • 3 replies
  • 0 kudos