WEBIX BLOG

Using JavaScript For ETL Processes

ETL stands for Extract, Transform, Load which are the three fundamental functions of database management. ETL tools typically combine all these functions into a single programming tool. With ETL, the application first reads data from a specified database and then transforms them to the desired format. The transformed data are written to a specified database which may or may not be new.