首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > X分析器是一个X 1 X解析器Ruby编写的。

X分析器是一个X 1 X解析器Ruby编写的。

  • 资源大小:22.00 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: ruby xx 一个 编写 解析 分析器

资 源 简 介

Description Maintained at http://github.com/aasmith/ofx-parser ofx-parser is an OFX 1.x parser written in Ruby. Features Reads OFX responses - i.e. those downloaded from financial institutions and puts it into a usable object graph. Supports the 3 main message sets: banking, credit card and investment accounts, as well as the required "sign on" set. Knows about SIC codes - if your institution provides them. See http://www.eeoc.gov/stats/jobpat/siccodes.html (now at http://www.osha.gov/pls/imis/sic_manual.html) Monetary amounts can be retrieved either as a raw string, or in pennies. Supports OFX timestamps. Synopsis Supports bank accounts: ``` require "rubygems" require "ofx-parser" ofx = OfxParser::OfxParser.parse(open("bank-statement.ofx")) ofx.bank_account.number # => "103333333333" ofx.bankaccount.routingnumber # => "033000033" ofx.
VIP VIP
0.196358s