Skip to main content
Skip table of contents

t_Transformation_Initializer

Initializer

The Initializer is script that is run prior to the Transformation mapping.

Description

The Initializer is script that is run prior to the Transformation mapping. It has access to all Transformation arguments, as well as "source" and "destination". It usually defines functions and constants used in mappings or manipulates the source record.

If unspecified, the initializer from the base transformation will be used, if any. If "()", then no initializer script will be run, even if the base transformation has an initializer. To call the base transformation initializer, 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

Parent topic: t_SOADefinition_Transformations_Transformation

Parent topic: Transformation

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.