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

Forum Posts

Redshift load error - empty file

We convert the source file to JSON format to load Redshift. However, sometimes, a specific source file is empty (0 records) and it creates a 0-byte file. In JSON, there is no concept of header record. How do we handle Snaplex failure? Thanks.

Raj by New Contributor II
  • 1052 Views
  • 0 replies
  • 0 kudos

Second of two sort snaps not sorting

I have a pipeline with two sorts. I sort on parent account id, do a join, and then sort on a company code. The data out of the second sort is not sorted by the company code, it is still the parent account id. Is there a way to accomplish this? Th...