Implementing cloverETL design

Hello,

I am new to ETL. Is ETL is similar to any Object oriented programming language for coding purpose? I wanted to implement simple Data Transformation Design as Data cleansing and filtering. Can you provide me some examples related to that for understanding the syntax of this language?

Thanks in advance.

Hi ASP,

Please take a look on definition of ETL - http://en.wikipedia.org/wiki/Extract,_transform,_load - it is general term. Out tool, CloverETL is designed to help with ETL process, but also data integration in general. We prefer building ETL using GUI tool CloverETL Designer (http://www.cloveretl.com/products/designer) instead of writing code. However we also have embedded programming language called CTL - similar to Java/C. You can find it’s documentation here: http://doc.cloveretl.com/documentation/ … /ctl2.html

I hope this helps.