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

Forum Posts

Looking for a Call notification solution

Hi SnapLogic Experts, SnapLogic currently allows us to set up email notifications for task failures. However, during off-work hours, we are missing email notifications for critical job failures. To address the issue, we’d like to implement a solution...

spinaka by New Contributor III
  • 2026 Views
  • 3 replies
  • 0 kudos

Parsing large files

Hey all, I am trying to tread a File (260+Mb) and parse it and and then insert the data to a Table. And when i m using SQL Bulk load The csv parser always seems to be stuckt at output 4100 docs and when i m using normal insert table snap , this ent...

ash42 by New Contributor III
  • 2573 Views
  • 3 replies
  • 2 kudos

CSV parser Snap is not detecting duplicate fields

Sample CSV file: “id”, “Stage”, “Stage”,“Type” “1”,“close”,“config”, “test” “1”,“open”,“plan”, “test” We have duplicate columns name and different values… But CSV parser snap throws only one field. How can i read both duplicate fields?

mayur by New Contributor II
  • 1431 Views
  • 2 replies
  • 1 kudos

Child and Parent pipeline having count issue

When I am executing the parent pipeline the child pipeline has a different count and in the parent, the pipeline has a different count. child pipeline execution : parent pipeline execution (pipeline execute snap) The child and parent pipeline don’...

Rahul by New Contributor III
  • 3508 Views
  • 12 replies
  • 1 kudos

Ultra task retry itself

Hi, I have a ultra task. The ultra task receive HTTP request and take query string as parameter and process it afterwards. Very simple. The problem I found is that, If I only call the Ultra url once, the request will automatically be spawned to addit...