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

Forum Posts

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
  • 3148 Views
  • 3 replies
  • 0 kudos

Resolved! JSON Splitter removing the data

I am using JSON splitter to split the input document into smaller documents. However the splitter will remove the element on which we are performing the split functionality. I need some work around to either retain it or to be able to add it back aft...