Excerpt | ||
---|---|---|
| ||
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.
...