Filler

Prev Next

Description

The Filler node is used to replace the value of a field based on a defined JavaScript.


Configuration Options

Basic Configuration Options

Setting Description\Parameters
Columns to Fill Picklist of source node columns that will be replaced by the JavaScript.
Script Specifies the JavaScript that will be applied to the selected source node columns.

Advanced Configuration Options

These variables can be used in a script to reference specific values.

Script Variable Description
@FIELD References the value of the row for the column(s) you have selected.
@Row Extracts information about the current row. E.g. row.get(‘COLUMN_NAME’) returns the value from that column for the current row.
Index An available integer object that returns the zero based index of the specified row.
@Cache A dictionary-like object that is used to propagate values to other rows. It is a key-value pair data structure where .put(key,value) is used to add an entry and .get(key) extracts the value.
Parameters Typing # within the script editor will prompt the user for a list of available parameters.

Actions

Action Description
Preview After configuring the node, the combined result set can be previewed by clicking the Preview button.