coda_standard
此gem解析某些银行使用的 (CODA)银行标准,并遵循该标准的2.2版。
该银行标准规定了银行向客户提供的电子文件的帐户交易布局以及与机芯相关的附件信息。
coda_standard gem需要Ruby版本〜> 2.0。
安装
$ gem install coda_standard
或将以下行添加到Gemfile中:
gem 'coda_standard'
并从您的外壳运行bundle install 。
用法
# a new TransactionList objects array:
CodaStandard :: Parser . new ( filename ) . parse
# or an array of Transaction Objects from the first Transaction List:
CodaStandar
2021-05-19 16:04:59
13KB
Ruby
1