<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Moves On Rails: Tag ching</title>
    <link>http://www.movesonrails.com/articles/tag/ching?tag=ching</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>New ways to look at software</description>
    <item>
      <title>Cha-Ching and dutch banks</title>
      <description>&lt;p&gt;Like lots of you I bought the incredible MacHeist app bundle last week. One of the appz was Cha-Ching, a finance program to keep track of your money.&lt;/p&gt;

&lt;p&gt;One of the most useful features is the import. You can simply import all of your bank's records and be done with it. Unfortunately the dutch banks (or at least the Rabobank and Postbank) don't support the same formats Cha-Ching supports (like OFX/QIF).&lt;/p&gt;

&lt;p&gt;I wrote a small ruby script to convert the banks CSV files to OFX files. There are two separate files below (one for each bank):&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.movesonrails.com/files/csv_convert.rb"&gt;CSV convertor - Postbank (Ruby)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.movesonrails.com/files/csv_rabo_convert.rb"&gt;CSV convertor - Rabobank (Ruby)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Before you can run the files you need two additional gems (if you haven't got them already).&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;sudo gem install extensions
sudo gem install builder
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;After this you can use the scripts like this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;ruby csv_convert.rb [CSV FILE] &amp;gt; export.ofx
ruby csv_rabo_convert.rb [CSV FILE] &amp;gt; export.ofx
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;strong&gt;Update: Now supports Tiger using PHP version of script and (optional) automator&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For the next files you don't need anything else than a vanilla Tiger install of OSX.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.movesonrails.com/files/csv_convert.php"&gt;CSV convertor - Postbank (PHP)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.movesonrails.com/files/csv_rabo_convert.php"&gt;CSV convertor - Rabobank (PHP)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can use them like this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;php csv_convert.php [CSV FILE] &amp;gt; export.ofx
php csv_rabo_convert.php [CSV FILE] &amp;gt; export.ofx
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;For the simple version, use the automator zip file! Read the README to get it to work.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.movesonrails.com/files/csv_convert.zip"&gt;CSV convertor - Postbank/Rabobank (PHP/Automator)&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 23 Jan 2008 20:22:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:e46739f4-25d9-4e39-8ae9-223de2b0e88b</guid>
      <author>andre.foeken@movesonrails.com (Andre Foeken)</author>
      <link>http://www.movesonrails.com/articles/2008/01/23/cha-ching-and-dutch-banks</link>
      <category>Rails</category>
      <category>Ruby</category>
      <category>cha</category>
      <category>ching</category>
      <category>rabobank</category>
      <category>postbank</category>
      <category>csv</category>
      <category>ofx</category>
    </item>
  </channel>
</rss>
