Updated iTunes Connect Financial Reports to HTML script
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.
[...] 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 [...]
Formatting iTunes Connect Financial Reports › Ole Begemann: iPhone Development
23 Sep 09 at 11:25 pm
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
I’m glad you like it, Daniel.
Ole Begemann
17 Oct 09 at 12:55 pm