Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article

Table of Contents
maxLevel2
absoluteUrltrue

...

Parameter NameData TypeDescriptionDefault ValueExample 
LabelString
Insert excerpt
File Writer
File Writer
nopaneltrue
Check In FileCheck In File
Shared LibraryString/Expression/SuggestionRequired. Select the Shared Library where the checked out file exists, from the list of suggestions provided.N/AMy Library
Drive

String/Expression/Suggestion

Required. Select the Drive where the checked out file exists, from the list of suggestions provided.N/ADocuments
Source Relative Path/IDString/Expression

Required. Enter the relative path for the file to be checked in, beginning with root:/. Alternatively, pass the item ID in this field.

Info
titleRelative Path and ID
  • Any URL in this field that starts with root:/ is treated as relative path. All other entries (without root:/ at the beginning) are treated as driveItem/file IDs.
  • When the driveItem /file ID passed is invalid (not a 34-character alphanumeric code such as as 014ZXBQNNHW2DJ3CDKQZBJHRYWFWVRRQA2), the Snap fails the Snap returns the error - The resource is not found.


root:/

/Pictures/Tour1/Image01.png

Check In CommentString/ExpressionRequired. Enter the summary of changes made to the checked out file.N/APhoto-edits for sharper images.
Number Of RetriesString/ExpressionSpecify an integer value to set the maximum number of reconnection attempts that the Snap must perform, in case of connection failure or timeout.03
Retry Interval (Seconds)String/ExpressionEnter, in seconds, the duration for which the Snap must wait between two reconnection attempts, until the number of retries is reached.12
Snap ExecutionDrop-down list

Select one of the three following modes in which the Snap executes:

  • Validate & Execute. Performs limited execution of the Snap and generates a data preview during Pipeline validation, then performs full execution of the Snap (unlimited records) during Pipeline runtime.
  • Execute only. Performs full execution of the Snap during Pipeline execution without generating preview data.
  • Disabled. Disables the Snap and all Snaps downstream from it.

Execute onlyValidate & Execute

...

Now, we directly pass the value in $Item field of the output to a Download File Snap to download the file. The Snap downloads the file and returns the location where the file is downloaded. In addition to this, the Snap also relays the (original) output from the previous Snap (Check In File Snap).

Download File Snap

Output

Download this Pipeline

Downloads

Note
titleImportant Steps to Successfully Reuse Pipelines
  1. Download and import the Pipeline into SnapLogic.
  2. Configure Snap accounts as applicable.
  3. Provide Pipeline parameters as applicable.

...