<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.clovergui.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.clovergui.net/feed.php">
        <title>CloverETL wiki</title>
        <description></description>
        <link>http://wiki.clovergui.net/</link>
        <image rdf:resource="http://wiki.clovergui.net/lib/images/favicon.ico" />
       <dc:date>2012-05-18T11:57:25+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.clovergui.net/doku.php?id=running&amp;rev=1337160820&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.clovergui.net/doku.php?id=embedding_clover&amp;rev=1331220000&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.clovergui.net/doku.php?id=navigation&amp;rev=1299605196&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.clovergui.net/doku.php?id=start&amp;rev=1284452848&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.clovergui.net/doku.php?id=components:writers&amp;rev=1279695243&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.clovergui.net/doku.php?id=components:others&amp;rev=1279096765&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.clovergui.net/doku.php?id=components:transformers&amp;rev=1278964046&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.clovergui.net/doku.php?id=graph_elements:metadata&amp;rev=1276183303&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.clovergui.net/lib/images/favicon.ico">
        <title>CloverETL wiki</title>
        <link>http://wiki.clovergui.net/</link>
        <url>http://wiki.clovergui.net/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.clovergui.net/doku.php?id=running&amp;rev=1337160820&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-16T11:33:40+02:00</dc:date>
        <dc:creator>Martin Zatopek</dc:creator>
        <title>running</title>
        <link>http://wiki.clovergui.net/doku.php?id=running&amp;rev=1337160820&amp;do=diff</link>
        <description>We assume that you have downloaded a binary package of CloverETL framework and Clover Examples or you have built one from sources. Extract the examples to the engine directory. Thus, if you have your engine in the pathtoyourengine/cloverETL/ directory, after extracting the examples to this directory, it will contain the following subdirectories: bin/, docs/, examples/, lib/ and plugins/. The examples can be found in the examples/ subdirectory.</description>
    </item>
    <item rdf:about="http://wiki.clovergui.net/doku.php?id=embedding_clover&amp;rev=1331220000&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-03-08T16:20:00+02:00</dc:date>
        <dc:creator>Martin Zatopek</dc:creator>
        <title>embedding_clover</title>
        <link>http://wiki.clovergui.net/doku.php?id=embedding_clover&amp;rev=1331220000&amp;do=diff</link>
        <description>Note: if you are interested in CloverETL Engine internals, check out Engine Overview presentation.

The TransformationGraph class


Transformation graph is both abstraction and class which performs some operation. Graph keeps track of all Nodes, Edges, metadata objects. It is also accompanied by class which enables reading the definition of graph from XML file and building everything dynamically.</description>
    </item>
    <item rdf:about="http://wiki.clovergui.net/doku.php?id=navigation&amp;rev=1299605196&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-08T18:26:36+02:00</dc:date>
        <dc:creator>Martin Zatopek</dc:creator>
        <title>navigation</title>
        <link>http://wiki.clovergui.net/doku.php?id=navigation&amp;rev=1299605196&amp;do=diff</link>
        <description>----------

CloverETL Tool

----------


Transformation graph

Running &amp; debugging


----------

Graph elements


	*  Components

	*  Connections

	*  Edges

	*  Lookup tables

	*  Metadata

	*  Properties

	*  Sequences



----------

Graph components</description>
    </item>
    <item rdf:about="http://wiki.clovergui.net/doku.php?id=start&amp;rev=1284452848&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-09-14T10:27:28+02:00</dc:date>
        <dc:creator>Alex Donnelly</dc:creator>
        <title>start</title>
        <link>http://wiki.clovergui.net/doku.php?id=start&amp;rev=1284452848&amp;do=diff</link>
        <description>CloverETL is a Java based ETL framework which can be used to transform structured data, and to some degree free-form data. Its complete platform independence is achieved by the exclusive use of Java technology. It can be used standalone as an application launched from a command line or can be embedded into your own application. CloverETL is released under the LGPL license.</description>
    </item>
    <item rdf:about="http://wiki.clovergui.net/doku.php?id=components:writers&amp;rev=1279695243&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-21T08:54:03+02:00</dc:date>
        <dc:creator>Agata Vackova</dc:creator>
        <title>components:writers</title>
        <link>http://wiki.clovergui.net/doku.php?id=components:writers&amp;rev=1279695243&amp;do=diff</link>
        <description>Writers are terminated components of graph that writes data to output source. The source can be for example a file placed on local disk, ftp, ldap, jms or database tables, etc. Graph must contain at least one of these components or more.





----------</description>
    </item>
    <item rdf:about="http://wiki.clovergui.net/doku.php?id=components:others&amp;rev=1279096765&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-14T10:39:25+02:00</dc:date>
        <dc:creator>Agata Vackova</dc:creator>
        <title>components:others</title>
        <link>http://wiki.clovergui.net/doku.php?id=components:others&amp;rev=1279096765&amp;do=diff</link>
        <description>This components perform various operations like data verification, command performing and so on.







----------





 Attribute  Description   Exp.   id    component identification  string  type    component type. This attribute is automatically generated from gui.  string</description>
    </item>
    <item rdf:about="http://wiki.clovergui.net/doku.php?id=components:transformers&amp;rev=1278964046&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-12T21:47:26+02:00</dc:date>
        <dc:creator>David Pavlis</dc:creator>
        <title>components:transformers</title>
        <link>http://wiki.clovergui.net/doku.php?id=components:transformers&amp;rev=1278964046&amp;do=diff</link>
        <description>Transformers are components of graph that transform data from one or more input ports to output port. Most of transformers use transform function or key or some other method that defines particular data transformation.


Note: For characters that are impossible to enter directly, there are several escape sequences: \\, \n, \t, \r, \”, \f, \b. So be careful when using “\” character, eg. parameter filterExpression=“$Field1~=&amp;quot;([^\\|]*\\|){3}&amp;quot;” will be interpreted as “$Field1~=&amp;quot;([^\|]…</description>
    </item>
    <item rdf:about="http://wiki.clovergui.net/doku.php?id=graph_elements:metadata&amp;rev=1276183303&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-10T17:21:43+02:00</dc:date>
        <dc:creator>Tomas Waller</dc:creator>
        <title>graph_elements:metadata</title>
        <link>http://wiki.clovergui.net/doku.php?id=graph_elements:metadata&amp;rev=1276183303&amp;do=diff</link>
        <description>Clover metadata describes semantics of data record, this is how to create data record from elementary data types.

Representation of data within CloverETL


CloverETL works with data in terms of data records and data fields within records. Internally, all records are represented as variable length data. It means, that every data field consumes only as much memory as it is needed for storing field's value. If you have field of type STRING specified to be of 50 chars in length and this field is po…</description>
    </item>
</rdf:RDF>

