In this article
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
...
Type | Format | Number of Views | Examples of Upstream and Downstream Snaps | Description | ||||
---|---|---|---|---|---|---|---|---|
Input | Document |
|
| Key/value pairs used to evaluate expression properties in this Snap. | ||||
Output | Document |
|
| The output displays the following attributes:
The attributes for each S3 object matching the specific Snap field values. For example, if you have the following S3 objects with the prefix
| ||||
Error | Error handling is a generic way to handle errors without losing data or failing the Snap execution. You can handle the errors that the Snap might encounter while running the Pipeline by choosing one of the following options from the When errors occur list under the Views tab:
Learn more about Error handling in Pipelines. |
...
Configure key-value pairs containing parameters to pass to the Pipeline during execution.
Configure the JSON Generator Snap with sample data as follows.
Configure the JSON Formatter Snap to format the data. You can view the JSON binary data in the output preview of the Snap.
Configure the S3 Upload Snap to upload the binary data to S3 objects residing in the S3 bucket.
Configure the S3 Copy Snap to copy the S3 object from source folder to target folder.
Configure the S3 Browser Snap to list the attributes for S3 objects.
Configure the S3 Download Snap to download S3 objects.
As the output is in binary format, you need to convert the binary data to document data using the Binary to Document Snap.
Configure the S3 Delete Snap to delete the S3 objects. You can view the status of the deleted object in the output preview.
...