Why Use ETL |
|
Look at the MS SQL Server code below and think what it will return declare @x varchar(10) Hint: Now answer those two questions
Now let’s do the same using Advanced ETL Processor ![]() We would need two transformation functions Splitter and Right Splitter creates several fields from one using Delimiter and Text Qualifier. In our Example we have no Qualifier and delimiter is '-'
![]()
Right transformation function returns N characters of right part of the string ![]() Next step is to connect objects
![]()
One of the major benefits of using Advanced ETL Processor that you can see how the data will look like once it is loaded without actually loading it. All we we need to do is to press "Magic Button" Result of transformation ![]() As you can see Advanced ETL processor makes it easy to understand what is happening to the data during transformation. Advanced ETL Processor is designed to automate extracting data from ANY database, transform, validate it and load into ANY database . Typical usage of it would be extract data from Excel File, Validate Date Formats, Sort data, deduplicate it and load it into the database, run stored procedure or sql script, once loading is completed. Unlike Oracle SQL loader, BCP, DTS or SSIS Advanced ETL Processor can also add new and update old records based on primary key. |
We soon realised that Visual Importer ETL was designed by people who use it everyday. Mark Brown, |
Please provide your Name and Email address so that we can tell you about latest releases, new features and free offers.