JavaScript template (pass-though).

Parameters:
See dedicated page for more information.
template is a scripted action. Embedded code is accessible and customizable through this tab.
See dedicated page for more information.
See dedicated page for more information.
JavaScript template (pass-through)
This action is a template to create custom JavaScript-based scripted actions. By default, it reads and writes data without modifying it (pass-through behavior).
Use this action as a starting point to develop your own JavaScript-based ETL actions by writing custom code inside the Code tab.
| Id | Description | Type | Default Value |
|---|---|---|---|
| idExample | A parameter example | selector | + |
templateThis tab contains the JavaScript logic of the action.


This template simply copies the input rows to the output.
It can be customized in the Code tab by modifying the JavaScript code.
Use it as a base for custom scripting needs.