Changing Default CloverETL Settings

CloverETL internal settings (defaults) are stored in defaultProperties file located in the CloverETL engine (plugins/com.cloveretl.gui/lib/lib/cloveretl.engine.jar) in its org/jetel/data subfolder. This source file contains various parameters that are loaded at run-time and used during the transformation execution.

If you modify the values right in the defaultProperties file, such change will be applied for all graph runs.

To change the values just for the current graph(s), create a local file with only those properties you need to override. Place the file in the project directory. To instruct CloverETL to retrieve the properties from this local file, use the -config switch. Go to Run Configurations..., to the Arguments tab and type the following in the Program arguments pane: use -config <file_with_overriden_properties> switch.

Custom Clover Settings

Figure 16.2. Custom Clover Settings


Here we present some of the properties and their values as they are presented in the defaultProperties file:

[Important]Important

Among many other properties, there is also another one that allows to define locale that should be used as the default one.

The setting is the following:

# DEFAULT_LOCALE = en.US

By default, system locale is used by CloverETL. If you uncomment this row you can set the DEFAULT_LOCALE property to any locale supported by CloverETL, see the List of all Locale