Versions Compared

Key

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

...

Field

Field Type

Description

Label*


Default Value: Multipart Reader
Example: Multipart Reader

String

Specify the name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline.

Content-Type


Default Value: pipe.args.get('CONTENT_TYPE') || $.get('content-type')
Example:

String/Expression

Specify the value of the Content-Type header for the binary document.  The value of this header is needed to determine whether or not the binary document is, in fact, a multipart stream and what "boundary" is used to separate the parts of the stream. 

The default value for this property is an expression that fetches the content type from the pipeline parameters (as passed when invoked via a Triggered Task) or the binary input document header.

Binary Header Properties

The binary output document header can be modified by specifying properties in this table property.  The headers are initially populated with the headers from the parts in the stream. These properties allow you to pass values from the original multipart input document to the binary output documents.

Expression


Default Value: N/AExample:

Expression

Specify the expression value to insert into the header. When evaluated, this expression, computes the value to insert.

Target Path


Default Value: N/A
Example:

String/Suggestion

Specify the JSON path where the value should be set in the header.

Snap execution


Default ValueExecute only
Example: Validate & Execute

Dropdown list

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

  • Validate & Execute: Performs limited execution of the Snap, and generates a data preview during Pipeline validation. Subsequently, 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 that are downstream from it.

...