Reading from input directories

Sometimes one input directory is not enough. When you must read your input data from more than one directory, you configure these directories into your application.

About this task

Set input directory paths by using the ite.ingest.directory.inputListFile parameter and providing an appropriate directory list file.

Procedure

  1. In the file <PathToYourApplication>/config/config.cfg, find the ite.ingest.directory.inputListFile parameter description
  2. Set the parameter to the directory list file path, for example ite.ingest.directory.inputListFile=<PathToYourApplication>/config

  3. Change into the <PathToYourApplication>/config directory

  4. Create the directories.txt file, for example with the following content:

CAUTION: Data files that appear in the first directory that is configured in the directories.txt file are processed with higher priority than files that appear in the other directories.