Search Results for

    Show / Hide Table of Contents

    Enum DictionaryLookupRowTreatment

    Used by the dictionary lookup transforms to control the action taken for each row passing through the transform.

    Namespace: actionETL
    Assembly: actionETL.dll
    Syntax
    public enum DictionaryLookupRowTreatment

    Fields

    Name Description
    Discard

    Discard the row.

    Found

    Send the row to the output for rows where the key is found, i.e. FoundOutput or Output.

    NotFound

    Send the row to the output for rows where the key is not found, i.e. NotFoundOutput or ErrorOutput.

    Reject

    Send the row to the ErrorOutput.

    RejectAndError

    Send the row to the ErrorOutput and fail the worker with an Error failure.

    RejectAndFatal

    Send the row to the ErrorOutput and fail the worker with a Fatal failure.

    See Also
    DictionaryLookupSplitTransform<TInputOutputError, TDictionaryInput, TKey, TValue>
    DictionaryLookupSplitTransform<TInputOutputError, TKey, TValue>
    DictionaryLookupTransform<TInputOutputError, TDictionaryInput, TKey, TValue>
    DictionaryLookupTransform<TInputOutputError, TKey, TValue>
    In This Article
    Back to top Copyright © 2023 Envobi Ltd