<?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>2010-03-10T17:18:50+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.clovergui.net/doku.php?id=running&amp;rev=1267192886&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.clovergui.net/doku.php?id=transformation_concept&amp;rev=1267105429&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.clovergui.net/doku.php?id=graph_xml_schema&amp;rev=1267105305&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.clovergui.net/doku.php?id=start&amp;rev=1267101228&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.clovergui.net/doku.php?id=components:readers&amp;rev=1266508026&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.clovergui.net/doku.php?id=embedding_clover&amp;rev=1266330613&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.clovergui.net/doku.php?id=components:writers&amp;rev=1265966041&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.clovergui.net/doku.php?id=components:transformers&amp;rev=1265278894&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.clovergui.net/doku.php?id=components:bulkloaders:infobright_data_writer&amp;rev=1264759400&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=1267192886&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-26T15:01:26+01:00</dc:date>
        <dc:creator>mildredschaefer</dc:creator>
        <title>running</title>
        <link>http://wiki.clovergui.net/doku.php?id=running&amp;rev=1267192886&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=transformation_concept&amp;rev=1267105429&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-25T14:43:49+01:00</dc:date>
        <dc:creator>Martin Zatopek</dc:creator>
        <title>transformation_concept - added graph XML schema to ToC</title>
        <link>http://wiki.clovergui.net/doku.php?id=transformation_concept&amp;rev=1267105429&amp;do=diff</link>
        <description>Transformation graph (further referred to only as graph) describes how to transform data from one form to another. Graph consists of at least three elements, Nodes (perform various simple transformations), Edges (connect Nodes and pass data around) and Metadata (describe data structure that is defined at every Nodes and Edges).</description>
    </item>
    <item rdf:about="http://wiki.clovergui.net/doku.php?id=graph_xml_schema&amp;rev=1267105305&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-25T14:41:45+01:00</dc:date>
        <dc:creator>Martin Zatopek</dc:creator>
        <title>graph_xml_schema - flesh out article</title>
        <link>http://wiki.clovergui.net/doku.php?id=graph_xml_schema&amp;rev=1267105305&amp;do=diff</link>
        <description>This file was created to allow you to test if a CloverETL graph is valid or not. You can find several XSD validators online or write your own in Java (or Perl, Python, C++, etc.). This file should be correct for 99% of graphs, but there may be some bugs. When you validate with this file, you must specify that the graph is in the CloverETL namespace by specifying the xmlns attribute in the Graph element:


&lt;Graph xmlns=&quot;http://www.cloveretl.com&quot; name=&quot;name&quot; ...&gt;</description>
    </item>
    <item rdf:about="http://wiki.clovergui.net/doku.php?id=start&amp;rev=1267101228&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-25T13:33:48+01:00</dc:date>
        <dc:creator>Maikl Paterson</dc:creator>
        <title>start</title>
        <link>http://wiki.clovergui.net/doku.php?id=start&amp;rev=1267101228&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:readers&amp;rev=1266508026&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-18T16:47:06+01:00</dc:date>
        <dc:creator>Jan Ausperger</dc:creator>
        <title>components:readers</title>
        <link>http://wiki.clovergui.net/doku.php?id=components:readers&amp;rev=1266508026&amp;do=diff</link>
        <description>Readers are initial components of graph that reads data from input 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=embedding_clover&amp;rev=1266330613&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-16T15:30:13+01:00</dc:date>
        <dc:creator>David Pavlis</dc:creator>
        <title>embedding_clover</title>
        <link>http://wiki.clovergui.net/doku.php?id=embedding_clover&amp;rev=1266330613&amp;do=diff</link>
        <description>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=components:writers&amp;rev=1265966041&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-12T10:14:01+01:00</dc:date>
        <dc:creator>Jan Ausperger</dc:creator>
        <title>components:writers</title>
        <link>http://wiki.clovergui.net/doku.php?id=components:writers&amp;rev=1265966041&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:transformers&amp;rev=1265278894&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-04T11:21:34+01:00</dc:date>
        <dc:creator>Agata Vackova</dc:creator>
        <title>components:transformers</title>
        <link>http://wiki.clovergui.net/doku.php?id=components:transformers&amp;rev=1265278894&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=components:bulkloaders:infobright_data_writer&amp;rev=1264759400&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-29T11:03:20+01:00</dc:date>
        <dc:creator>Agata Vackova</dc:creator>
        <title>components:bulkloaders:infobright_data_writer</title>
        <link>http://wiki.clovergui.net/doku.php?id=components:bulkloaders:infobright_data_writer&amp;rev=1264759400&amp;do=diff</link>
        <description>since 2.9 version

This component loads data to Infobright database. It supports local load, as well as, the remote one.

If the hostname is “localhost” or “127.0.0.1” then the load will be done using a local pipe. Otherwise it will use a remote pipe. The external IP address of the server is not recognized as a local server. If loading to a remote server, then you need to start the Infobright remote load agent on the server where Infobright is running. The command to do this is: java -jar infobr…</description>
    </item>
</rdf:RDF>
