<?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>Opensource Applications &#187; ETL</title>
	<atom:link href="http://apps.open-libraries.com/category/database/etl/feed/" rel="self" type="application/rss+xml" />
	<link>http://apps.open-libraries.com</link>
	<description>Daily dose of open source</description>
	<lastBuildDate>Sun, 27 Jun 2010 17:26:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Open Source ETL Tools</title>
		<link>http://apps.open-libraries.com/700/</link>
		<comments>http://apps.open-libraries.com/700/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 17:10:18 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[ETL]]></category>

		<guid isPermaLink="false">http://apps.open-libraries.com/700/</guid>
		<description><![CDATA[Have you ever written code to move data from from database to another and/or do some transformations on the way. Did you ever feel that you need to get rid of that dirty work. Here are some of the best opensource ETL (Extract, Transform and Load) tools available out there]]></description>
			<content:encoded><![CDATA[<p>Have you ever written code to move data from from database to another and/or do some transformations on the way. Did you ever feel that you need to get rid of that dirty work. Here are some of the best opensource ETL (Extract, Transform and Load) tools available out there<BR><br />
<h2><a href="http://apps.open-libraries.com/octopus/">1. Octopus</a></h2>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9534545081248849";
/* Apps Image AD */
google_ad_slot = "1944342062";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
Octopus is a simple Java-based Extraction, Transform, and Loading (ETL) tool. It may connect to any JDBC data sources and perform transformations defined in an XML file. A loadjob-generator is provided to generate Octopus loadjob skeletons from an existing database. Many different types of databases can be mixed (MSSQL, Oracle, DB2, QED, JDBC-ODBC with Excel and Access, MySQL, CSV-files, XML-files,&#8230;) Three special JDBC drivers come with Octopus to support JDBC access to CSV-files (CSV-JDBC), M<br /><img src="http://apps.open-libraries.com/files/wpid-Octopus.png" /></p>
<p><BR><br />
<h2><a href="http://apps.open-libraries.com/talend-open-studio/">2. Talend Open Studio</a></h2>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9534545081248849";
/* Apps Image AD */
google_ad_slot = "1944342062";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
Talend Open Studio is full-featured Data Integration OpenSource solution (ETL). Its graphical user interface, based on Eclipse Rich Client Platform (RCP) includes numerous components for business process modelling, as well as technical implementations of extracting, transformation and mapping of data flows. Data related script and underlying programs are generated in Perl and Java code. </p>
<p><BR><br />
<h2><a href="http://apps.open-libraries.com/mural/">3. Mural</a></h2>
<p>Mural is an open source community with the purpose of developing an ecosystem of products that solve the problems in Master Data Management (MDM). Projects include: Master Index Studio which provides the supports the creation of a master index through the matching, de-duplication, merging, and cleansing . Data Integrator which provides extract, transform, load capability and a wide variety of data formats. Data Quality which features matching, standardization, profiling,and cleansing capabilitie</p>
<p><BR><br />
<h2><a href="http://apps.open-libraries.com/jasperetl/">4. JasperETL</a></h2>
<p>JasperETL was developed through a technology partnership with Talend. JasperETL includes Eclipse based user interfaces for process design, transformation mapping, debugging, process viewing. The project includes over 30 connectors like flat files, xml, databases, email, ftp and more. It includes wizards to help configure the processing of complex file formats including positional, delimited, CSV, RegExp, XML, and LDIF formatted data. </p>
<p><BR><br />
<h2><a href="http://apps.open-libraries.com/ketl/">5. KETL</a></h2>
<p class="bodytext">KETL? is a premier, open source ETL tool. The data  integration platform is built with portable, java-based architecture and open,  XML-based configuration and job language. KETL? features successfully compete  with major commercial products available today. Highlights include: </p>
<ul>
<li class="bodytext">Support for integration of security and data management  tools</li>
<li class="bodytext">Proven scalability across multiple servers and CPU s  and a</p>
<p><BR><br />
<h2><a href="http://apps.open-libraries.com/k-e-t-t-l-e/">6. K.E.T.T.L.E</a></h2>
<p>K.E.T.T.L.E (Kettle ETTL Environment) is a meta-data driven ETTL tool. (ETTL: Extraction, Transformation, Transportation &#038; Loading). No code has to be written to perform complex data transformations. Environment means that it is possible to create plugins to do custom transformations or access propriatary data sources. Kettle supports most databases on the market and has native support for slowly chaning dimensions on most platforms. The complete Kettle source code is over 160,000 lines of java </p>
<p><BR><br />
<h2><a href="http://apps.open-libraries.com/cloveretl/">7. CloverETL</a></h2>
<p>CloverETL Features include internally represents all characters as 16bit, converts from most common character sets (ASCII, UTF-8, ISO-8859-1,ISO-8859-2, etc), works with delimited or fix-length data records, data records (fields) are internally handled as a variable-length data structures, fields can have default values, handles NULL values, cooperates with any database with JDBC driver, transforming of the data is performed by independent components, each running as an independent thread, frame</p>
<p><BR><br />
<h2><a href="http://apps.open-libraries.com/698/">8. Apatar</a></h2>
<p>Apatar integrates databases, files and applications. Apatar includes a visual job designer for defining mapping, joins, filtering, data validation and schedules. Connectors include MySQL, PostgreSQL, Oracle, MS SQL, Sybase, FTP, HTTP, SalesForce.com, SugarCRM, Compiere ERP, Goldmine CRM, XML, flat files, Webdav, Buzzsaw, LDAP, Amazon and Flickr. No coding is required to accomplish even a complex integration. All metadata is stored in XML.</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://apps.open-libraries.com/700/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apatar</title>
		<link>http://apps.open-libraries.com/698/</link>
		<comments>http://apps.open-libraries.com/698/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 16:47:36 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[ETL]]></category>

		<guid isPermaLink="false">http://apps.open-libraries.com/698/</guid>
		<description><![CDATA[Apatar integrates databases, files and applications. Apatar includes a visual job designer for defining mapping, joins, filtering, data validation and schedules. Connectors include MySQL, PostgreSQL, Oracle, MS SQL, Sybase, FTP, HTTP, SalesForce.com, SugarCRM, Compiere ERP, Goldmine CRM, XML, flat files, Webdav, Buzzsaw, LDAP, Amazon and Flickr. No coding is required to accomplish even a complex integration. All metadata is stored in XML.]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-9534545081248849";
/* Apps Image AD */
google_ad_slot = "1944342062";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<br />Apatar integrates databases, files and applications. Apatar includes a visual job designer for defining mapping, joins, filtering, data validation and schedules. Connectors include MySQL, PostgreSQL, Oracle, MS SQL, Sybase, FTP, HTTP, SalesForce.com, SugarCRM, Compiere ERP, Goldmine CRM, XML, flat files, Webdav, Buzzsaw, LDAP, Amazon and Flickr. No coding is required to accomplish even a complex integration. All metadata is stored in XML.
<div style="display:block;float:left;margin: 0px 10px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-9534545081248849";
/* Apps Image AD */
google_ad_slot = "1944342062";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><BR><img alt="Apatar" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href = "http://www.apatar.com/"> Web Site</a><BR><img alt="Apatar" src="http://i36.tinypic.com/sd0epy.jpg" /><a href = "http://apatar.com/download.html"> Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://apps.open-libraries.com/698/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mural</title>
		<link>http://apps.open-libraries.com/mural/</link>
		<comments>http://apps.open-libraries.com/mural/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 16:47:32 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[ETL]]></category>

		<guid isPermaLink="false">http://apps.open-libraries.com/mural/</guid>
		<description><![CDATA[Mural is an open source community with the purpose of developing an ecosystem of products that solve the problems in Master Data Management (MDM). Projects include: Master Index Studio which provides the supports the creation of a master index through the matching, de-duplication, merging, and cleansing . Data Integrator which provides extract, transform, load capability and a wide variety of data formats. Data Quality which features matching, standardization, profiling,and cleansing capabilitie]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-9534545081248849";
/* Apps Image AD */
google_ad_slot = "1944342062";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<br />Mural is an open source community with the purpose of developing an ecosystem of products that solve the problems in Master Data Management (MDM). Projects include: Master Index Studio which provides the supports the creation of a master index through the matching, de-duplication, merging, and cleansing . Data Integrator which provides extract, transform, load capability and a wide variety of data formats. Data Quality which features matching, standardization, profiling,and cleansing capabilities. Data Mashup Data Mashup which provides data mashup capability. Data Migrator which supports the migration of database objects across database instances
<div style="display:block;float:left;margin: 0px 10px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-9534545081248849";
/* Apps Image AD */
google_ad_slot = "1944342062";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><BR><img alt="Mural" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href = "http://www.manageability.org/blog/stuff/open-source-etl"> Web Site</a><BR><img alt="Mural" src="http://i36.tinypic.com/sd0epy.jpg" /><a href = "https://mural.dev.java.net/Downloads.html"> Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://apps.open-libraries.com/mural/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Talend Open Studio</title>
		<link>http://apps.open-libraries.com/talend-open-studio/</link>
		<comments>http://apps.open-libraries.com/talend-open-studio/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 16:47:30 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[ETL]]></category>

		<guid isPermaLink="false">http://apps.open-libraries.com/talend-open-studio/</guid>
		<description><![CDATA[Talend Open Studio is full-featured Data Integration OpenSource solution (ETL). Its graphical user interface, based on Eclipse Rich Client Platform (RCP) includes numerous components for business process modelling, as well as technical implementations of extracting, transformation and mapping of data flows. Data related script and underlying programs are generated in Perl and Java code. ]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-9534545081248849";
/* Apps Image AD */
google_ad_slot = "1944342062";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<br />Talend Open Studio is full-featured Data Integration OpenSource solution (ETL). Its graphical user interface, based on Eclipse Rich Client Platform (RCP) includes numerous components for business process modelling, as well as technical implementations of extracting, transformation and mapping of data flows. Data related script and underlying programs are generated in Perl and Java code.
<div style="display:block;float:left;margin: 0px 10px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-9534545081248849";
/* Apps Image AD */
google_ad_slot = "1944342062";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><BR><img alt="Talend Open Studio" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href = "http://www.talend.com/index.php"> Web Site</a><BR><img alt="Talend Open Studio" src="http://i36.tinypic.com/sd0epy.jpg" /><a href = "http://www.talend.com/download.php?src=HomePageTop"> Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://apps.open-libraries.com/talend-open-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JasperETL</title>
		<link>http://apps.open-libraries.com/jasperetl/</link>
		<comments>http://apps.open-libraries.com/jasperetl/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 16:47:28 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[ETL]]></category>

		<guid isPermaLink="false">http://apps.open-libraries.com/jasperetl/</guid>
		<description><![CDATA[JasperETL was developed through a technology partnership with Talend. JasperETL includes Eclipse based user interfaces for process design, transformation mapping, debugging, process viewing. The project includes over 30 connectors like flat files, xml, databases, email, ftp and more. It includes wizards to help configure the processing of complex file formats including positional, delimited, CSV, RegExp, XML, and LDIF formatted data. ]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-9534545081248849";
/* Apps Image AD */
google_ad_slot = "1944342062";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<br />JasperETL was developed through a technology partnership with Talend. JasperETL includes Eclipse based user interfaces for process design, transformation mapping, debugging, process viewing. The project includes over 30 connectors like flat files, xml, databases, email, ftp and more. It includes wizards to help configure the processing of complex file formats including positional, delimited, CSV, RegExp, XML, and LDIF formatted data.
<div style="display:block;float:left;margin: 0px 10px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-9534545081248849";
/* Apps Image AD */
google_ad_slot = "1944342062";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><BR><img alt="JasperETL" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href = "http://www.jaspersoft.com/jasperetl"> Web Site</a></p>
]]></content:encoded>
			<wfw:commentRss>http://apps.open-libraries.com/jasperetl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>K.E.T.T.L.E</title>
		<link>http://apps.open-libraries.com/k-e-t-t-l-e/</link>
		<comments>http://apps.open-libraries.com/k-e-t-t-l-e/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 16:47:26 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[ETL]]></category>

		<guid isPermaLink="false">http://apps.open-libraries.com/k-e-t-t-l-e/</guid>
		<description><![CDATA[K.E.T.T.L.E (Kettle ETTL Environment) is a meta-data driven ETTL tool. (ETTL: Extraction, Transformation, Transportation &#038; Loading). No code has to be written to perform complex data transformations. Environment means that it is possible to create plugins to do custom transformations or access propriatary data sources. Kettle supports most databases on the market and has native support for slowly chaning dimensions on most platforms. The complete Kettle source code is over 160,000 lines of java ]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-9534545081248849";
/* Apps Image AD */
google_ad_slot = "1944342062";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<br />K.E.T.T.L.E (Kettle ETTL Environment) is a meta-data driven ETTL tool. (ETTL: Extraction, Transformation, Transportation &#038; Loading). No code has to be written to perform complex data transformations. Environment means that it is possible to create plugins to do custom transformations or access propriatary data sources. Kettle supports most databases on the market and has native support for slowly chaning dimensions on most platforms. The complete Kettle source code is over 160,000 lines of java code.
<div style="display:block;float:left;margin: 0px 10px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-9534545081248849";
/* Apps Image AD */
google_ad_slot = "1944342062";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><BR><img alt="K.E.T.T.L.E" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href = "http://kettle.pentaho.org/"> Web Site</a><BR><img alt="K.E.T.T.L.E" src="http://i36.tinypic.com/sd0epy.jpg" /><a href = "http://sourceforge.net/project/showfiles.php?group_id=140317&#038;package_id=186321&#038;release_id=682677"> Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://apps.open-libraries.com/k-e-t-t-l-e/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KETL</title>
		<link>http://apps.open-libraries.com/ketl/</link>
		<comments>http://apps.open-libraries.com/ketl/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 16:47:24 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[ETL]]></category>

		<guid isPermaLink="false">http://apps.open-libraries.com/ketl/</guid>
		<description><![CDATA[<p class="bodytext">KETL? is a premier, open source ETL tool. The data  integration platform is built with portable, java-based architecture and open,  XML-based configuration and job language. KETL? features successfully compete  with major commercial products available today. Highlights include: </p>
      <ul>
        <li class="bodytext">Support for integration of security and data management  tools</li>
        <li class="bodytext">Proven scalability across multiple servers and CPU s  and a]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-9534545081248849";
/* Apps Image AD */
google_ad_slot = "1944342062";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />

<p class="bodytext">KETL? is a premier, open source ETL tool. The data  integration platform is built with portable, java-based architecture and open,  XML-based configuration and job language. KETL? features successfully compete  with major commercial products available today. Highlights include: </p>
<ul>
<li class="bodytext">Support for integration of security and data management  tools</li>
<li class="bodytext">Proven scalability across multiple servers and CPU s  and any volume of data</li>
<li class="bodytext">No additional need for third party schedule,  dependency, and notification tools</li>
</ul>
<div style="display:block;float:left;margin: 0px 10px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-9534545081248849";
/* Apps Image AD */
google_ad_slot = "1944342062";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><BR><img alt="KETL" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href = "http://www.ketl.org/"> Web Site</a><BR><img alt="KETL" src="http://i36.tinypic.com/sd0epy.jpg" /><a href = "http://www.ketl.org/downloads/ketl.shtml"> Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://apps.open-libraries.com/ketl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XPipe</title>
		<link>http://apps.open-libraries.com/xpipe/</link>
		<comments>http://apps.open-libraries.com/xpipe/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 16:47:22 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[ETL]]></category>

		<guid isPermaLink="false">http://apps.open-libraries.com/xpipe/</guid>
		<description><![CDATA[XPipe is an approach to manageable, scaleable, robust XML processing based on the assembly line principle, common in many areas of manufacturing. XPipe as being an attempt to take what was great about the original Unix pipe idea and apply it for structured information streams based on XML.]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-9534545081248849";
/* Apps Image AD */
google_ad_slot = "1944342062";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<br />XPipe is an approach to manageable, scaleable, robust XML processing based on the assembly line principle, common in many areas of manufacturing. XPipe as being an attempt to take what was great about the original Unix pipe idea and apply it for structured information streams based on XML.
<div style="display:block;float:left;margin: 0px 10px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-9534545081248849";
/* Apps Image AD */
google_ad_slot = "1944342062";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><BR><img alt="XPipe" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href = "http://xpipe.sourceforge.net/"> Web Site</a><BR><img alt="XPipe" src="http://i36.tinypic.com/sd0epy.jpg" /><a href = "http://xpipe.sourceforge.net/XPipe0.6.zip"> Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://apps.open-libraries.com/xpipe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transmorpher</title>
		<link>http://apps.open-libraries.com/transmorpher/</link>
		<comments>http://apps.open-libraries.com/transmorpher/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 16:47:20 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[ETL]]></category>

		<guid isPermaLink="false">http://apps.open-libraries.com/transmorpher/</guid>
		<description><![CDATA[<p>Transmorpher is an environment for processing generic 
transformations on XML documents. It aims at complementing XSLT in order to:
</p><ul compact="1">
<li>describe easily simple transformations (removing 
elements, replacing tag and attribute names, concatenating 
documents...);</li>

<li>allowing regular expression transformations on the content;</li>
<li>composing transformations by linking their (multiple) output to input;</li>
<li>iterating transformations, sometimes until saturation (c]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-9534545081248849";
/* Apps Image AD */
google_ad_slot = "1944342062";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />

<p>Transmorpher is an environment for processing generic<br />
transformations on XML documents. It aims at complementing XSLT in order to:
</p>
<ul compact="1">
<li>describe easily simple transformations (removing<br />
elements, replacing tag and attribute names, concatenating<br />
documents&#8230;);</li>
<li>allowing regular expression transformations on the content;</li>
<li>composing transformations by linking their (multiple) output to input;</li>
<li>iterating transformations, sometimes until saturation (closure operation);</li>
<li>integrating external transformations.</li>
</ul>
<div style="display:block;float:left;margin: 0px 10px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-9534545081248849";
/* Apps Image AD */
google_ad_slot = "1944342062";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><BR><img alt="Transmorpher" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href = "http://transmorpher.gforge.inria.fr/"> Web Site</a><BR><img alt="Transmorpher" src="http://i36.tinypic.com/sd0epy.jpg" /><a href = "http://transmorpher.gforge.inria.fr/distrib/"> Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://apps.open-libraries.com/transmorpher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CB2XML</title>
		<link>http://apps.open-libraries.com/cb2xml/</link>
		<comments>http://apps.open-libraries.com/cb2xml/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 16:47:18 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[ETL]]></category>

		<guid isPermaLink="false">http://apps.open-libraries.com/cb2xml/</guid>
		<description><![CDATA[CB2XML (CopyBook to XML) is a COBOL CopyBook to XML converter written in Java and based on the SableCC parser generator. This project includes utilities to convert an XML instance file into its COBOL copybook equivalent string buffer and vice versa.]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-9534545081248849";
/* Apps Image AD */
google_ad_slot = "1944342062";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<br />CB2XML (CopyBook to XML) is a COBOL CopyBook to XML converter written in Java and based on the SableCC parser generator. This project includes utilities to convert an XML instance file into its COBOL copybook equivalent string buffer and vice versa.
<div style="display:block;float:left;margin: 0px 10px 0px 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-9534545081248849";
/* Apps Image AD */
google_ad_slot = "1944342062";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><BR><img alt="CB2XML" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href = "http://cb2xml.sourceforge.net/"> Web Site</a><BR><img alt="CB2XML" src="http://i36.tinypic.com/sd0epy.jpg" /><a href = "http://sourceforge.net/projects/cb2xml/files/cb2xml/0.94/cb2xml_094.zip/download"> Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://apps.open-libraries.com/cb2xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
