Scriptella provides a simple way to perform various transformations in JavaScript (or other scripting language which have a corresponding driver). Our example transformation consists of 3 steps:
- Select rows from source table.
- Transform a column value from number to text
- Insert a transformed value into a destination table.