Description of TTablularLoader :
This component transforms database data into a tabular format. This component is not data-aware (it would be nice, but complex). Example:The data in your table might be from a school gradebook, like:Joe,85,Test 1Joe,90,Test 2Fred,80,Test 1Fred,85,Test 2Steve,92,Test 1Steve,91,Test 2...this component re-orients the data into a format of:Test1Test2Joe8590Fred8085Steve9291