Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Transformations in JavaScript

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:

  1. Select rows from source table.
  2. Transform a column value from number to text
  3. Insert a transformed value into a destination table.