On this Page
Table of Contents | ||||
---|---|---|---|---|
|
Snap type: | Transform | |||||||
---|---|---|---|---|---|---|---|---|
Description: | This Snap eliminates duplicate documents in a document stream, such as duplicate rows in a CSV file. To understand the functionality of the Unique Snap, it is important to understand that SnapLogic is streaming data, processing "one document at a time" in each Snap.
If the data being passed was in the following order: The result would be exactly the same as the input, as the duplicate rows are not adjacent in the flow and therefore, are not identified.
| |||||||
Prerequisites: | [None] | |||||||
Support and limitations: | Does not work in Ultra Pipelines. | |||||||
Account: | Accounts are not used with this Snap. | |||||||
Views: |
| |||||||
Settings | ||||||||
Label | Required. 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. | |||||||
Minimum memory (MB) Default value: 500 | If the available memory is less than this property value while processing input documents, the Snap stops to fetch the next input document until more memory is available. This feature is disabled if this property value is 0. | Default value: 500 | ||||||
Minimum free disk space (MB) | If the free disk space is less than this property value, the Snap stops processing input documents until more free disc space is available. This feature is disabled if this property value is 0. Default value: 500 | |||||||
Out-of-resource timeout (minutes)Default value: 30 | If the Snap pauses longer than this property value while waiting for more memory available, it throws an exception to prevent the system from running out of memory or disk space. | |||||||
Multiexcerpt include macro | Default value: 30 | |||||||
Snap Execution | ||||||||
page | Anaplan Read | Multiexcerpt include macro | | |||||
name | Snap_Execution_Introduced | page | Anaplan Read
Multiexcerpt include macro name Temporary Files page Join
Example
A simple pipeline for this Snap would include:
File Reader + CSV Parser + Unique + CSV Formatter + File Writer
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|