Using the employee import processor extension script
Follow the steps to create and use Groovy-based extension scripts for employee import processing. You can use extension scripts for both pre- and post-processing.
Note: Using the extension script is optional.
You can continue to use the default processors. However, if a script is provided, it
is used instead.
Note: Changes to any Context Object made in a processor prior to invoking
the Core processor are saved using the save method within the Core processor.
Any processor that is invoked after the Core processor cannot save any Context Object changes. In these cases, use the relevant Public APIs to directly update the rows as required.