RubyGems Navigation menu

coop_to_ofx 1.0.1

Convert statement HTML from the Co-operative bank’s online banking system to OFX for import into financial apps.

Usage

For a Current Account:

  1. Save the HTML source of the statement page.

coop_to_ofx --current /path/to/statement.html

Will produce /path/to/statement.ofx

For a Credit Card:

  1. Save the HTML source of the statement page

coop_to_ofx /path/to/statement.html

Or

coop_to_ofx --credit /path/to/statement.html

Will produce /path/to/statement.ofx

To produce OFX 1 SGML (rather than OFX 2 XML):

coop_to_ofx --ofx1 /path/to/statement.html
coop_to_ofx --ofx1 --current /path/to/statement.html

To show all the options:

coop_to_ofx --help

To do

XML / SGML validation of output against the specs

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 1.1.0 - September 26, 2010 (34.0 KB)
  2. 1.0.1 - November 22, 2009 (31.5 KB)

Runtime 依赖 (2):

builder ~> 2.1.0
hpricot ~> 0.6.0

Development 依赖 (1):

rspec >= 0

业主:

作者:

  • Matt Patterson

SHA 256 校验和:

b539c39ff0d544f8e47baf2d25f1eb8eae9fba982baa35e1c42005a68543a49b

下载总量 9,286

这个版本 4,239

许可:

需要的 Ruby 版本:

链接: