<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CloverETL&#039;s Blog on Data Integration &#187; CTL</title>
	<atom:link href="http://blog.cloveretl.com/tag/ctl/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.cloveretl.com</link>
	<description>CloverETL tips and advice from data integration experts</description>
	<lastBuildDate>Tue, 31 Jan 2012 08:32:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Introducing Rollup</title>
		<link>http://blog.cloveretl.com/introducing-rollup?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=introducing-rollup</link>
		<comments>http://blog.cloveretl.com/introducing-rollup#comments</comments>
		<pubDate>Fri, 12 Nov 2010 15:42:13 +0000</pubDate>
		<dc:creator>Martin Janik</dc:creator>
				<category><![CDATA[Using CloverETL]]></category>
		<category><![CDATA[CTL]]></category>
		<category><![CDATA[data transformation]]></category>

		<guid isPermaLink="false">http://blog.cloveretl.com/?p=825</guid>
		<description><![CDATA[Rollup is a general transformation component introduced in CloverETL version 2.8. It serves as an executor of rollup transformations written in Java or CTL. Basically, rollup transformations are used to process groups of data records. Each group consisting of M &#8230; <a href="http://blog.cloveretl.com/introducing-rollup">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.cloveretl.com/introducing-rollup/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iteration through the Record Fields in CTL</title>
		<link>http://blog.cloveretl.com/iteration-through-the-record-fields-in-ctl?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=iteration-through-the-record-fields-in-ctl</link>
		<comments>http://blog.cloveretl.com/iteration-through-the-record-fields-in-ctl#comments</comments>
		<pubDate>Mon, 25 Jan 2010 09:52:19 +0000</pubDate>
		<dc:creator>Vaclav Matous</dc:creator>
				<category><![CDATA[Using CloverETL]]></category>
		<category><![CDATA[CloverETL]]></category>
		<category><![CDATA[CTL]]></category>
		<category><![CDATA[data transformation]]></category>

		<guid isPermaLink="false">http://blog.cloveretl.com/?p=368</guid>
		<description><![CDATA[Note: this post relates to CloverETL 2.x version with CTL version 1. Starting with CloverETL 3.x , CTL version 2 was introduced which has a bit different syntax. However you can still use CTL 1 in transformations &#8211; see CTL1 &#8230; <a href="http://blog.cloveretl.com/iteration-through-the-record-fields-in-ctl">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.cloveretl.com/iteration-through-the-record-fields-in-ctl/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Beauty of Inline CTL Expressions</title>
		<link>http://blog.cloveretl.com/the-beauty-of-inline-ctl-expressions?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-beauty-of-inline-ctl-expressions</link>
		<comments>http://blog.cloveretl.com/the-beauty-of-inline-ctl-expressions#comments</comments>
		<pubDate>Wed, 16 Sep 2009 14:19:30 +0000</pubDate>
		<dc:creator>Martin Janik</dc:creator>
				<category><![CDATA[Using CloverETL]]></category>
		<category><![CDATA[CTL]]></category>
		<category><![CDATA[expression]]></category>
		<category><![CDATA[graph parameter]]></category>

		<guid isPermaLink="false">http://blog.cloveretl.com/?p=182</guid>
		<description><![CDATA[Have you ever wondered how to write data records to a file with current date in its name? Then I&#8217;ve got a brand new solution for you! Since version 2.8, CloverETL supports inline CTL expressions within graph attributes and parameters. &#8230; <a href="http://blog.cloveretl.com/the-beauty-of-inline-ctl-expressions">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.cloveretl.com/the-beauty-of-inline-ctl-expressions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hidden Features: Environment Variables in CloverETL Transformation</title>
		<link>http://blog.cloveretl.com/environment-variables-in-cloveretl-transformation?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=environment-variables-in-cloveretl-transformation</link>
		<comments>http://blog.cloveretl.com/environment-variables-in-cloveretl-transformation#comments</comments>
		<pubDate>Tue, 11 Aug 2009 12:43:52 +0000</pubDate>
		<dc:creator>Petr Uher</dc:creator>
				<category><![CDATA[Using CloverETL]]></category>
		<category><![CDATA[CTL]]></category>
		<category><![CDATA[data transformation]]></category>
		<category><![CDATA[environment variable]]></category>
		<category><![CDATA[graph parameter]]></category>

		<guid isPermaLink="false">http://blog.cloveretl.com/?p=92</guid>
		<description><![CDATA[Using environment variables &#8220;Environment variable is named value that can affect the way running process will behave on a computer.&#8221; In daily praxis we usually use environment variables with different syntax depending on operation system. On UNIX-like systems we use &#8230; <a href="http://blog.cloveretl.com/environment-variables-in-cloveretl-transformation">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.cloveretl.com/environment-variables-in-cloveretl-transformation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

