Versions Compared

Key

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

...

This Snap retrieves a unique LDAP entry from the LDAP server and display all its attributes.

...

  • Expected upstream SnapsFile Reader followed by CSV Parser. 

  • Expected downstream Snaps: [None].

  • Expected input:  The Distinguished name of the entry to be looked for.

  • Expected output The entry (if it exists) will be displayed with all its attributes.

...

Snap Views

Type

Format

Numer of Views

Examples of Upstream and Downstream Snaps

Description

Input

Document

  • Min: 0

  • Max: 1

This Snap has at most one input view, which contains the distinguished name
  • File Reader followed by CSV Parser. 

The Distinguished name of the unit to be searched, scope level and filter looked for. lter to be applied to obtain the search results.

Output

Document

  • Min: 0

  • Max: 1

This Snap has at most one document output view

N/A

The entry (if it exists) will be displayed with all its attributes.

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 when running the Pipeline by choosing one of the following options from the When errors occur list under the Views tab:

  • Stop Pipeline Execution: Stops the current pipeline execution if the Snap encounters an error.

  • Discard Error Data and Continue: Ignores the error, discards that record, and continues with the remaining records.

  • Route Error Data to Error View: Routes the error data to an error view without stopping the Snap execution.

Learn more about Error handling in Pipelines.

Snap Settings

Info
  • Asterisk ( * ): Indicates a mandatory field.

  • Suggestion icon ((blue star)): Indicates a list that is dynamically populated based on the configuration.

  • Expression icon ((blue star) ): Indicates the value is an expression (if enabled) or a static value (if disabled). Learn more about Using Expressions in SnapLogic.

  • Add icon ( (blue star) ): Indicates that you can add fields in the field set.

  • Remove icon ( (blue star)): Indicates that you can remove fields from the field set.

  • Upload icon ((blue star) ): Indicates that you can upload files.

...