<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: On the Topic of Programming 1</title>
	<atom:link href="http://hoopercharles.wordpress.com/2012/08/26/on-the-topic-of-programming-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://hoopercharles.wordpress.com/2012/08/26/on-the-topic-of-programming-1/</link>
	<description>Miscellaneous Random Oracle Topics: Stop, Think, ... Understand</description>
	<lastBuildDate>Thu, 23 May 2013 04:02:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Tony Sleight</title>
		<link>http://hoopercharles.wordpress.com/2012/08/26/on-the-topic-of-programming-1/#comment-4918</link>
		<dc:creator><![CDATA[Tony Sleight]]></dc:creator>
		<pubDate>Wed, 05 Sep 2012 10:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6512#comment-4918</guid>
		<description><![CDATA[I have started to use perl quite a lot in my current role and have found it most useful. We are currently researching a tool called Pentaho, which allows you to build a task from various products and bring them together as a kind of script which can be executed via windows task scheduler on a regular basis.
One example we have used it for is to extract XML from a database package it into a zip file and send the zip file off to various locations. The zip file is saved in a folder for one month as a simple archive process. Pentaho sequences the PL/SQL, zip file creation, zip file copy and archive maintenance. A log file is created and the user can create individual actions on failures of any of the sequence steps.]]></description>
		<content:encoded><![CDATA[<p>I have started to use perl quite a lot in my current role and have found it most useful. We are currently researching a tool called Pentaho, which allows you to build a task from various products and bring them together as a kind of script which can be executed via windows task scheduler on a regular basis.<br />
One example we have used it for is to extract XML from a database package it into a zip file and send the zip file off to various locations. The zip file is saved in a folder for one month as a simple archive process. Pentaho sequences the PL/SQL, zip file creation, zip file copy and archive maintenance. A log file is created and the user can create individual actions on failures of any of the sequence steps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Hooper</title>
		<link>http://hoopercharles.wordpress.com/2012/08/26/on-the-topic-of-programming-1/#comment-4900</link>
		<dc:creator><![CDATA[Charles Hooper]]></dc:creator>
		<pubDate>Mon, 27 Aug 2012 11:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6512#comment-4900</guid>
		<description><![CDATA[Mladen,

Thank you for sharing the approach that you used to perform a similar data transfer.  It is helpful for people to share their experiences of what works and what does not.

I have never worked with Perl, but I understand that the language is well regarded (one of the &quot;P&quot;s in the abbreviation LAMP http://en.wikipedia.org/wiki/LAMP_(software_bundle) ).  I wonder how well the Spreadsheet::ParseExcel module would do with the Excel 2.0 format - Microsoft Access cannot directly link to that data format (if I remember correctly), but that does not mean that other products cannot do the backward format integration more completely.]]></description>
		<content:encoded><![CDATA[<p>Mladen,</p>
<p>Thank you for sharing the approach that you used to perform a similar data transfer.  It is helpful for people to share their experiences of what works and what does not.</p>
<p>I have never worked with Perl, but I understand that the language is well regarded (one of the &#8220;P&#8221;s in the abbreviation LAMP <a href="http://en.wikipedia.org/wiki/LAMP_(software_bundle)" rel="nofollow">http://en.wikipedia.org/wiki/LAMP_(software_bundle)</a> ).  I wonder how well the Spreadsheet::ParseExcel module would do with the Excel 2.0 format &#8211; Microsoft Access cannot directly link to that data format (if I remember correctly), but that does not mean that other products cannot do the backward format integration more completely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mladen Gogala</title>
		<link>http://hoopercharles.wordpress.com/2012/08/26/on-the-topic-of-programming-1/#comment-4898</link>
		<dc:creator><![CDATA[Mladen Gogala]]></dc:creator>
		<pubDate>Sun, 26 Aug 2012 21:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6512#comment-4898</guid>
		<description><![CDATA[I&#039;ve had tasks like that. My solution was Perl. Spreadsheet::ParseExcel module can read all known versions of Excel and putting the result into the database was a breeze.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve had tasks like that. My solution was Perl. Spreadsheet::ParseExcel module can read all known versions of Excel and putting the result into the database was a breeze.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
