Other examples

Unit Testing →

This example shows how unit tests could be constructed for data flow.

This recipe demonstrate how unit tests could be written to test data flows. The described approach here is very basic and should only be considered as a starting point - there are a lot of different possibilities to write unit tests for ETLBox - as the library is written in .NET, all test framework and other test packages are fully supported.

Web Scraping →

Example: Web scraping

This example demonstrates how content from a web site can be scraped and used to store, aggregate and display the retrieved data.