Configuring an Import Reporter

To configure an ImportReporter you must edit the supplied ImportReporter.properties file or create a .properties file of your own. It may contain the following property settings:

$class

This property must be set to com.escenic.syndication.xml.ImportReporter.

emailSender

Specify the location of a MailSender configuration file. The default value is

emailSender=/neo/io/services/MailSender
enabled

If set to false then no output will be generated.

reportConfiguration

With this property you can specify the location of one or more report configuration files, each of which defines in detail the content of an import report. It is a mapped property, so you can configure different report contents according to the outcome of import tasks. For Example:

reportConfiguration.SUCCESS=./SuccessReportConfiguration
reportConfiguration.DEFERRED=./DeferredReportConfiguration
reportConfiguration.WARNING=./WarningReportConfiguration
reportConfiguration.FAILURE=./FailureReportConfiguration

For more information about configuring reporter, see Configuring Reports.