In any kind of data access scenario, transforming and applying business logic to your extracted data is critical to structure the data to the exact format you need.
In ETL terminology this is the “T” in ETL.
When accessing data from Web based applications, this capability is critical since the data is typically unstructured and the more structure you can add, the higher the value.
Most Web Scraping and Screen Scraping tools on the market today typically lack adequate transformation capabilities.
Here are some examples as to how the Kapow Web Data Server delivers full transformation:
Below is a small extract of a blog list from PW Forum:

On the first line in blue you see the timestamp set to “Today 15:15:13”. This timestamp denotes the time and date when this blog entry was posted, but it would need to be transformed into a fixed timestamp like “2010-02-14 3:15:13 pm Pacific time” to be useful in comparing it to other blog entries over the internet.
Here’s another example from Ebay. When you bid on an item on Ebay, the price of the item is red or green depending on whether you are the high bidder or not. This is important information “hidden” in the color that you would like to capture along with the price. Once transformed, you’ll know not only the price, but whether it is the “highest bid” or not. It’s a simple step to define the business logic as “if price is ‘green’ then set status to ‘high bidder’ otherwise set status to ‘not high bidder’.”
The Kapow Web Data server and its powerful visual programming IDE allows you to apply any business logic and data transformation you can think of giving you the most powerful ETL for the Web product on the market today. And it’s all done visually with no need for any coding.
Try it out next time you need Web data for your BI or analytics tools.
By: Stefan Andreasen ![]()
