Transform Map Script
Transform Map Script
Transform Map Script
Totransform the data we need 2 tables, i.e. source table and target
table. And for source table we will have to create one data source.
Types of transform script…
onBefore:
The onBefore Transformation Event occurs within the
import loop each time a new record is read for
processing.
The onBefore event occurs after the record has been
read from the Source and the Target is identified, but
before the data is actually loaded into the Target table.
onAfter :
The onAfter Transformation Event, like the onBefore event, occurs
within the import loop each time a record is processed.
The onAfter event gets triggered after the data has been transformed
and loaded into the Target table and prior to the next record being
read.
It will be triggered multiple times per import run depending on the
number of records being imported.
onComplete :
The onComplete event occurs after all records have been processed
and the import loop has completed. Because it occurs outside of the
loop, it gets triggered only one time per import run
onForeignInsert: The onForeignInsert event script is processed at the start
of the creation of a related, referenced record, before the record is created.