Versions Compared

Key

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

...

Folder to move badly formatted files to. This may be a UNC path (ie located on the network).

importTriggeringFile

Use this option to configure a path to one or more files that trigger the import.  The import will only start when all  triggering files are available. The triggering files will be deleted at the end of the import run.

Some examples:

<importTriggeringFile>p:\myProject\trigger</importTriggeringFile>

or

<importTriggeringFile>$REGION_HOME$/import/external/trigger1</importTriggeringFile>
<importTriggeringFile>$REGION_HOME$/import/external/trigger2</importTriggeringFile>

Please note that the  triggering files cannot be located on the FTP.


fileNamePatternFilter

e.g *.xml to skip non xml files. Only the * and ? wild cards are recognized.

...