ofx-clj:用于解析 OFX 文档的 OFX​​4J 库的 Clojure 包装器

时间:2024-07-19 06:32:12
【文件属性】:

文件名称:ofx-clj:用于解析 OFX 文档的 OFX​​4J 库的 Clojure 包装器

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-19 06:32:12

Clojure

ofx-clj 用于解析 OFX 文档的 OFX​​4J 库的 Clojure 包装器。 用法 包装器公开了两个函数来从 OFX 文件中获取数据。 目前没有将 OFX 数据写入文件的功能。 按以下方式使用包装器: ( ns mypackage.core ( require '[ofx-clj.core :as ofx])) ; get the entire OFX file as a map ( def data ( ofx/parse " /path/to/data.ofx " )) ; get all the banking messages from the map ( ofx/find-all-transactions data " banking " ) “资源”目录中包含两个示例 OFX 文件。 执照 版权所有 (C) 2012 Himanshu Rathod 在


【文件预览】:
ofx-clj-master
----project.clj(203B)
----test()
--------ofx_clj()
----resources()
--------sample.ofx(2KB)
--------sample2.ofx(1KB)
----src()
--------ofx_clj()
----.gitignore(107B)
----README.md(687B)

网友评论