Navigation:  »No topics above this level«

Complete Video Collection

This is a complete list of the videos contained within the QSG. You can watch them sequentially from this page or just use the page as a video reference guide. All of these videos appear within the Guide itself within the relevant chapters, so don't feel you have to go through them all here.

 

Beginner Phase

 


PlayIcon

[2:39]

Introduction

This shows you around the key areas of the Clover Designer.



 




PlayIcon

[4:16]

Video I

Creating a new project and adding a "Universal Data Reader" component into out new Graph. This reads in data from any flat file format.



 




PlayIcon

[4:35]

Clover Philosphy

An overview of the way Clover thinks about data transformations or "graphs".



 




PlayIcon

[4:45]

Video II

At this point we explain 2 things you need to understand

 

What graph components are at your disposal
Metadata - how to define data structures that help channel data around the graph.

 

This is only an introduction, so don't expect a full tutorial or reference here (you can get an excellent overview here http://www.cloveretl.com/cloveretl-designer/components. We just want you to be aware of these things at this stage.



 




PlayIcon

[4:59]

Video III

In almost every case, you will want to tweak various things before you have your output data exactly right. This shows you how to do tweak and debug your transformations.



 




PlayIcon

[4:56]

Video IV

Now we start to do something meaningful and we map the input data fields into a new output format.

 

 

Intermediate Phase

 


PlayIcon

[3:38]

Key Concepts

Key Concepts II



 




PlayIcon

[4:45]

Sorting & Filtering

Sorting and filtering data.



 




PlayIcon

[4:46]

Joining / Aggregating

Part 1

Joining and aggregating data from multiple data sources (part 1)



 




PlayIcon

[4:06]

Part 2

Joining and aggregating data from multiple data sources (part 2)



 




PlayIcon

[4:50]

Database Reading

Replacing customers.csv with a MySQL table.



 




PlayIcon

[4:35]

Parameters

Passing in parameters to a graph



 




PlayIcon

[4:46]

Sequences

How to use Sequences for generating sequential numbers automatically.



 




PlayIcon

[4:56]

Lookups

Using Lookups



 




PlayIcon

[3:47]

Externalizing

Sharing Metadata, Connection, Sequences, Parameters and Lookup definitions.



 



 

Advanced Phase

 


PlayIcon

[4:34]

Fancy Writing

Automatically writing output to file names determined by field content



 




PlayIcon

[4:50]

XML Writing

Merge customers, orders and order details into an XML output file



 




PlayIcon

[4:16]

XML Reading

Extract the customers, orders and orderdetails records from XML



 




PlayIcon

[4:59]

XML XPath Reading

Extract selected fields from an XML file using the XMLXpathReader component



 




PlayIcon

[4:18]

HTTP GET / POST

How to make an HTTP Web Service call using GET or POST



 




PlayIcon

[4:51]

SOAP Calls

Using the HTTPConnector to make a SOAP call.