Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Option

Description

Copy previous results to args

If files to send are dynamically generated by another transformation or if you want to identify files to sent, check this option.
PDI will select files list from previous result rows (not result files, see next option) and send theses files. If the file can not be found, PDI will ignore it. (It takes the first field of the result row as a string field. When you are not using version 5.0 with the result files option, you can use the circumvention that is attached to PDI-7562.)

Copy previous result files to args

If files to send are dynamically generated by another transformation or job entry or if you want to identify files to sent, please check this option. PDI will select files from previous files result entry and send theses files. If the file can not be found, PDI will ignore it.
(since version 5.0 to differentiate between the result rows and result files set)

Local directory

The directory on the machine on which Kettle runs from which you want to ftp the files from

Wildcard

Specify a regular expression here if you want to select multiple files. For example:

No Format
 .*txt$   : get all text files
A.*[ENG:0-9].txt  : files tarting with A, ending with a number and .txt

Success when no file

Check this option if the job entry has to success when there is no files to process otherwise the job will fail.

After SFTP Put

Action to take after the file is transferred. Actions are "Do nothing", "Delete file" and "Move file to".

Destination folder

Enabled if "After SFTP Put" is set to "Move file to". The destination on the source file for the move is specified here. Use to browse button to
browse to destination folder.

Create destination folder

Enabled if "After SFTP Put" is set to "Move file to". If the "Destination folder" does not exists check this option to create it.

Add filename to to result

Enabled if "After SFTP Put" is seet to "Do nothing". If checked the name of the file is added to the result stream.

...