Ole Begemann: iPhone Development

iPhone Development, Cocoa and Objective-C

Updated iTunes Connect Financial Reports to HTML script

with 3 comments

A user of my iTunes Connect Financial Reports to HTML script notified me that the script did not work on the file format that Apple used for their Financial Reports until January, 2009. The fix was relatively simple so the new version should support both formats.

I used the occasion for a few more changes:

  • I renamed the script to itunesconnect2html.rb.
  • I moved the HTML template to a separate file (instead of inlining the HTML code in the script), which makes the HTML much easier to customize and the code a lot cleaner. Win-win! ERB connects the two.
  • Added a README.txt with some documentation.
  • Fixed a bug that caused a crash when calling the script from another folder.
  • Moved the whole thing to GitHub.

Please get the updated code from GitHub. I’d appreciate your feedback and/or bug reports.

Written by Ole Begemann

September 23rd, 2009 at 11:21 pm

Posted in Uncategorized

3 Responses to 'Updated iTunes Connect Financial Reports to HTML script'

Subscribe to comments with RSS or TrackBack to 'Updated iTunes Connect Financial Reports to HTML script'.

  1. [...] 2009-09-23: There is an updated version of the script available. Please see the corresponding blog post and get the newest version of the code from [...]

  2. Hi!

    I just wanted to say thanks for providing this great script. It really saved me a lot of time! It’s small, simple and does exactly what it should — perfect =)

    Best regards & greetings from Austria
    Daniel

    Daniel Sperl

    16 Oct 09 at 6:36 pm

  3. I’m glad you like it, Daniel.

    Ole Begemann

    17 Oct 09 at 12:55 pm

Leave a Reply