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

Forum Posts

Is_number() equivalent

i am getting the input value from the flat file. i am reading all the column values and have to load in the target table only if it is a number. Can i know is there any built-in function to validate or handle this.

Mari by New Contributor
  • 1948 Views
  • 3 replies
  • 0 kudos

How to make a Pipeline wait during execution

This can be achieved using Python script for making a pipeline to wait in the flow during execution. Change the value in line number 22 in the script time.sleep(120) Here 120 is the seconds which defined to make the pipeline wait. Note: The value n...

hpv by Former Employee
  • 6044 Views
  • 1 replies
  • 9 kudos