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

Forum Posts

Resolved! Reading first N records from a file?

I have a file with a large number of rows. I want to be able to read the file, parse it, but stop reading the file after N rows have been parsed. Is this possible? I tried using a Head snap after the parser snap, but file reader continues to read the...

How to Chunk data for REST PUT

Hello, I am trying to source data from Oracle table to send the documents to REST PUT Snap. Typically the Oracle Fetch would return 1.7 million rows and by the time it sends all the 1.7 million for REST PUT, it times out for Authorization failure as ...

GitHub Environmental Design

Hi, We’re a new SL user and are wrestling with the best way to join up our SL projects and repositories/branches in GitHub. There have been some posts on this previously but nothing recent we could see, so we wondering how people have set this up sin...

File Operation - Target already exists

I am running a simple test pipeline with only one snap in it and that is File Operation as screenshot below. When I run it, I got “Target already existed” and I am sure the file is not exited in the target Error Failed to move from file:///intshare/...

mtran21 by New Contributor III
  • 3033 Views
  • 3 replies
  • 1 kudos

Resolved! String to Date

Good day, I have a “date” field which comes in as “Jan-2018”. I’d like to change to an actual date field, e.g. “2018-01-01” Is this possible?