<?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 components</title>
        <description></description>
        <link>http://wiki.clovergui.net/</link>
        <image rdf:resource="http://wiki.clovergui.net/lib/images/favicon.ico" />
       <dc:date>2010-09-05T12:29:42+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.clovergui.net/doku.php?id=components:aggregate_old&amp;rev=1253096837&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.clovergui.net/doku.php?id=components:bulkloaders&amp;rev=1258113857&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.clovergui.net/doku.php?id=components:deprecated&amp;rev=1253096837&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.clovergui.net/doku.php?id=components:joiners&amp;rev=1253096837&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:readers&amp;rev=1276178134&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=components:writers&amp;rev=1279695243&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=components:aggregate_old&amp;rev=1253096837&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-16T12:27:17+02:00</dc:date>
        <title>components:aggregate_old</title>
        <link>http://wiki.clovergui.net/doku.php?id=components:aggregate_old&amp;rev=1253096837&amp;do=diff</link>
        <description>Aggregate (Clover version 2.1 or older)

Aggregate functions are applied on input data flow base on specified key. The key is name (or combination of names) of field(s) from input record. Data flow can be sorted or not. On this component you cannot set any transformation function to map aggregation results on the output metadata. Output metadata has to correspond accurately to the settings of aggregate component. Key of aggregation is mapped first and then follow all aggregate function results.</description>
    </item>
    <item rdf:about="http://wiki.clovergui.net/doku.php?id=components:bulkloaders&amp;rev=1258113857&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-13T13:04:17+02:00</dc:date>
        <title>components:bulkloaders</title>
        <link>http://wiki.clovergui.net/doku.php?id=components:bulkloaders&amp;rev=1258113857&amp;do=diff</link>
        <description>Bulk loaders are components of graph that writes data to output database.

These components load data to database using database utility. It is faster than DBOutputTable. Load formats data pages directly, while avoiding most of the overhead of individual row processing that inserts incur.</description>
    </item>
    <item rdf:about="http://wiki.clovergui.net/doku.php?id=components:deprecated&amp;rev=1253096837&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-16T12:27:17+02:00</dc:date>
        <title>components:deprecated</title>
        <link>http://wiki.clovergui.net/doku.php?id=components:deprecated&amp;rev=1253096837&amp;do=diff</link>
        <description>DelimitedDataReader

This component is deprecated. Use DataReader instead.

Parses specified input data file and broadcasts the records to all connected out ports.





 Input ports: 
  * one optional input port defined/connected (port protocol see fileURL).</description>
    </item>
    <item rdf:about="http://wiki.clovergui.net/doku.php?id=components:joiners&amp;rev=1253096837&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-16T12:27:17+02:00</dc:date>
        <title>components:joiners</title>
        <link>http://wiki.clovergui.net/doku.php?id=components:joiners&amp;rev=1253096837&amp;do=diff</link>
        <description>Joiners are components of graph that join data from all connected input ports based on defined key and propagate the result to output port.











Transformations


In either of these components, you must define some transformation using the transform() function. In addition to this required function, you can define other two functions: init() and finished(). If you want to declare and initialize some variables, if you want to anything what should be done at the beginning of data processing …</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>
        <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:readers&amp;rev=1276178134&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-10T15:55:34+02:00</dc:date>
        <title>components:readers</title>
        <link>http://wiki.clovergui.net/doku.php?id=components:readers&amp;rev=1276178134&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=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>
        <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=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>
        <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>
</rdf:RDF>
