Type to start searching...

Finalizer

The Finalizer is script that is run after the Transformation mapping is complete.

Description

The Finalizer is script that is run after the Transformation mapping is complete. It has access to all Transformation arguments, as well as "source" and "destination". It is usually used to manipulate the destination record.

If unspecified, the finalizer from the base transformation will be used (if any). If "()", then no finalizer script will be run, even if the base transformation has a finalizer To call the base transformation finalizer, use "(call-next)".

Properties
language : schemeLanguageType

The scripting language for this element.

The language defaults to scheme.
Valid values based on“languageType”.
scheme

scheme scripting language

Parents