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

Forum Posts

Staging, to get near real time data

Currently, I am working on a project where I fetch data from database views.By views, I mean subsets of a tables which are residing in the database. These views are required to store fresh data ie…, stale data should not be allowed to be fetched, dat...

Process 2 Gb file

I have a very big file (around 2gb) . I have to fetch that from FTP and have to split the file into chunks (let’s say 2 million records ) and create new files in the FTP . Please suggest any effective method of processing the data. I tried using rout...

How to get Running Totals

Hello. I want to get running totals: here is my raw dataset: key1 key2 qtr ct 2. 1. 5 3. 2. 4 4. 3. 1 5. 4. 3 My result: key1 key2 qtr RunningTotal 2. 1. 5 3. 2. 9 4. 3. 10 5. 4....

Raj by New Contributor II
  • 2953 Views
  • 3 replies
  • 0 kudos

Debugging Reltio

Does anyone have a way to have the reltio snaps at least look like they are running without running? It would be nice if they put out some relevant JSON for the command given, to facilitate debugging and development. On a related note, is there some...

File Delete after Multi Read

After using the Multi Read snap, is there any functionality that allows for the orignal files to be deleted? I found when using File Delete snap an error is received; is it possible to have multiple files deleted at once with available snaps? ...