Versions Compared

Key

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

...

We would like to schedule file transfer from Application A (Solaris) to Application B (AS400), where Application A generates files with a timestamp ABC_25042014.txt in folder D:/A_Folder/.

This folder will contain a number of files - typically 25 - and JADE must only transfer those files with a timestamp for the current day and deliver them to Application B after they have been created.

...

JADE uses "RegularExpressions", with a small extension. File selection should be specified using the "file_spec" parameter with a variable part for the timestamp.

...

This file_spec value will select all files in the source_folder (and in subfolders, if the recursive parameter is set to "true"), which have the current date as part of the filename. It is not necesssary to change tha this parameter every day (smile)

File Generation:

...