Multiple actions includes a configuration tab in theirs parameters editor. This tab regroups parameters and options relative to the behavior of each action reagarding data processed.

Parameters:
This configuration panel allows the user to define fallback behaviors and validation rules when converting between data types during processing. These options ensure robust execution by handling type mismatches or value overflows gracefully.
Defines what happens when a float value is converted to a key (i.e., an integer identifier):
abortabortset to lower integer10.8 to 10)Defines the fallback behavior when a string cannot be parsed as a float:
abortHandles cases when an untyped or string value is converted to a key:
abortabortabortset to lower integerAllows the user to specify external JavaScript libraries to include during execution, enabling advanced or custom logic.
These settings are useful in situations where:
Explicitly configuring these behaviors improves reliability and prevents runtime errors.

Parameters:
This panel provides advanced configuration settings for the readPcap action.
Some options are only visible in Developer mode, which must be enabled to access advanced controls such as type conversions, partition logic, shared memory tuning, and execution safeguards.
When Developer mode is activated, additional parameters and technical options are displayed. These allow fine-tuning of data interpretation, error handling, and pipeline behavior in advanced use cases.
Specifies the R runtime version.
This option includes a dropdown menu to select available versions.
Toggle switch to enable custom row or column partitioning.
Controls whether a None placeholder iteration is included in partitioned execution.
Defines the value used when a NULL is encountered.
Dropdown options include default substitution values, such as 2^32-1 in unsigned integer column.
Dropdown selector to determine how Python integers should be interpreted in ETL:
e.g., float, key, string.
Specifies behavior when encountering a negative integer where only positive values are valid.
Dropdown options include abort, set to 0, skip, etc.
Toggle switch to automatically trim whitespace in values.
Verifies correct sort order for partitioned tables.
A warning icon is shown when validation may be required.
Enables concurrent row or partition processing when supported.
Numeric control (with +/– buttons) to set the reported progress percentage when the final table has been fully processed.
Example: 45%.
Sets a separate progress indicator value during R-based graphic computation.
Example: 55%.
Specifies shared memory allocated to the action.
Numeric field with +/– controls, expressed in MB.
Example: 1 MB.
Defines the metadata direction used during processing.
Dropdown options include none, input, output, etc.
Specifies what to do if an expected column is not present in the dataset.
Options include:
stop pipeline executionset to NULLskip rowThese settings allow power users and developers to ensure that the pipeline behaves predictably and efficiently in both standard and edge-case scenarios.