Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Excerpt
hiddentrue

Execute Jobs in Batch Mode

...

This option displays the version of the Kettle core library (kettle.jar).
The build version number and build date are shown as well.

Named parameters

Code Block
-param

You can set the value of a named parameter, for example: -param:FOO=value

Code Block
-listparam

List the named parameters (their name, default value and description) that are defined in the specified job.

See also: Named Parameters.

Launch XML File

Code Block
--file=filename

This option runs the job defined in the XML file. (.kjb : Kettle Job)

...

Set the logging file

Code Block
-loglogfile=Logging Filename

Specifies the log file. The default is the standard output.

...