Configure Post-Processing

You configure post-processing tasks by setting one or more PostProcessingTaskN parameters in the [Eduction] section of the Eduction configuration file, where N is a number starting from zero. For example:

[Eduction]
PostProcessingTask0=ValidateWithChecksum
PostProcessingTask1=FilterScore

Then, create a section for each of the tasks using the names that you defined:

[ValidateWithChecksum]
Type=lua
Entities=number/creditcard
Script=./scripts/checksum.lua
ProcessEnMasse=FALSE

The Entities parameter specifies the entities to process. You can use wildcards to match multiple entities. The Script parameter specifies the path to the Lua script that you want to run. Eduction includes some example scripts, and you can write your own. For information about how to write a post-processing script, see Write a Lua Script for Post-Processing.

For more information about these configuration parameters, see Eduction Parameter Reference or refer to the Eduction Server Reference.