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

Forum Posts

Salesforce Read - Where Clause Syntax

I am reading a csv file from S3, and I need to perform a validation to see if the record exists, and was created within 90 days, from the Opportunity object. If it meets the below criteria, then I need to reject it.  I switched from using the Salesfo...

samuelrz by New Contributor
  • 277 Views
  • 1 replies
  • 0 kudos

SQL Server - Bulk Load

Currently I'm having issue when doing a bulk insert where values are set to NULL from field names that doesn't match from the source column names even though column position are the same , e.g Target Table Field name is NotifyCode while Source SP is ...

alchemiz by Contributor III
  • 227 Views
  • 1 replies
  • 0 kudos

Resolved! How to add an object into an array

HiI have the below JSON as input[{"root": [{"id": "1","nodes": [],"parent": "0","tags": ["Approved","1.0"],"text": "A"}]},{"level2": {"id": "2","nodes": [{}],"parent": "1","tags": ["Approved","1.0"],"text": "B"}}]I want the output as[  {    "root": [...

moizB by New Contributor
  • 410 Views
  • 2 replies
  • 0 kudos