Scriptella provides a simple way to perform various transformations in JavaScript (or another scripting language with a corresponding engine). 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.