NA Processor

The NA processor is used to handle the null values of any dataset.

If the value specified is Number, all null values of selected input field will be replaced by the specified number.

If the value specified is String, all null values of selected input field will be replaced by the given string.

For example, if there is any dataset in which input fields “Name” and “Age” are null, you can specify value for Name as “Mike” and “Age” as “30” that should substitute the null values.

Processor Configuration

Input Field: Select the field from drop-down list that needs to be replaced.

Value: The value provided here will replace the null values of the input field.

ADD FIELD: Additional fields can be added using ADD FIELD link.

Top