Providing options when running Pan and Kitchen
When you execute a transformation or a job with Spoon, you have the option to provide additional information, for example, named parameters. The following Spoon dialog window shows you an example of that:
When you execute the transformation or job with Pan or Kitchen respectively, you provide this same information as options in the command line. This is how you do it compared side-by-side with Spoon:
- Log Details
The following table compares providing the log Details when executing a transformation or a job with Spoon versus Pan/Kitchen:
Spoon
Pan/Kitchen option
Example
You specify the log level in the drop-down list inside the Details box.
When the transformation or job runs, the log is shown in the Execution Results window.
/level:<logging level>
where the logging level can be one of the following:
Error
,Nothing
,Minimal
,Basic
,Detailed
,Debug
, orRowlevel
./level:Detailed
The log appears in the terminal window but you use the...