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

Forum Posts

Expression Library

Hello All, If I have an expression library, having content: { FindObjectID:x => ( (x == ‘OBJ1’ ? ‘OBJ2’ : (x == ‘OBJ3’ ? ‘OBJ4’ : (x == ‘OBJ5’ ? ‘OBJ6’ : (x == ‘OBJ7’ ? ‘OBJ8’ : (x == ‘OBJ9’ ? ‘OBJ10’ : (x == ‘OBJ11’ ? ‘OBJ12’ : (x == ‘OBJ13’ ? ‘OBJ...

Ensure serial child pipeline execution

On the Pipeline Execute snap, if I have the Reuse checkbox unchecked and the pool size =1, does that ensure the executions of the child pipelines are serial and not parallel? I want to ensure only one instance of the child pipeline is running at any ...

kmiesse by Contributor
  • 4069 Views
  • 11 replies
  • 4 kudos

Pipeline Not Behaving as Expected

Hello. Sorry, another newbie question. I am trying to build a pipeline that reads in a file from our network location, calls an oracle package/procedure and moves the file when done. I don’t see a File Move snap so I assume I have to essentially buil...

Get offset from a date

hi all, i have been trying to get offset in a date format. i m using toLocaleDateTimeString({“timeZone”:$dealerTimeZone, “format”:“yyyy-MM-dd'T'HH:mm:ss Z”}) since Z denotes offset, but its not showing offset in output ie -0800 or something like this...

vipulk10 by New Contributor III
  • 2567 Views
  • 5 replies
  • 1 kudos