ETL Tools and Build Tools

Posted by Ngu Soon Hui on Stack Overflow See other posts from Stack Overflow or by Ngu Soon Hui
Published on 2009-11-12T01:45:14Z Indexed on 2010/05/20 1:40 UTC
Read the original article Hit count: 710

Filed under:
|
|

I have familiarities with software automated build tools ( such as Automated Build Studio). Now I am looking at ETL tools.

The one thing crosses my mind is that, I can do anything I can do in ETL tools by using a software build tool. ETL tools are tailored for data loading and manipulation for which a lot of scripts are needed in order to do the job. Software build tool, on the other hand, is versatile enough to do any jobs, including writing scripts to extract, transform and load any data from any format into any format.

Am I right?

© Stack Overflow or respective owner

Related posts about etl

Related posts about build-tools