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

Forum Posts

Combining REST Get Queries into Single Snap

I have a two part question. I have to perform 3 queries to extract information from an application. I can put all 3 queries in the same REST Get snap. First question is…is this better or worse than using 3 separate REST Get snaps? Second question d...

mkramer by New Contributor
  • 1448 Views
  • 1 replies
  • 0 kudos

Resolved! Line Break in Mapper

 I have this below code, but the output csv contains \n instead of giving line break$id + '\n' + $crse_detail.toString().replace(/;/g, '\t\t').replace(/,/g, '\n') + '\n' + '**********' + '\n'I tried updating the csv formatter delimiter to \n. It erro...

cbot412 by New Contributor II
  • 1260 Views
  • 2 replies
  • 1 kudos