Versions Compared

Key

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

Plugin version: 4.7.0

This plugin applies data transformation directives on your data records. The directives are generated either through an interactive user interface or by manual entry into the plugin.

Configuration

Property

Macro Enabled?

Description

Input field name

Yes

Required. The name of the input field (or * for all fields).

Default is * (asterisk).

Precondition

Yes

Required. A filter to be applied before a record is passed to data prep.

Default is false.

Directives (Recipe)

Yes

Required. The series of data prep directives to be applied on the input records.

User Defined Directives (UDD)

No

Optional. List of User Defined Directives (UDD) that must be loaded.

Failure Threshold

Error Handling

Yes

Required.

Maximum number of errors tolerated before exiting pipeline processing.

How to handle errors in record processing:

  • Skip record

  • Send to error port

  • Fail pipeline

Default is

1

fail pipeline.

Output Schema

Yes

Required. The output schema for the data.

Directives

There are numerous directives and variations supported by CDAP, which are documented at http://github.com/hydrator/wrangler.

...