哪里可以获得用于测试的示例 ofx 文件?
我正在使用 http://www.phpclasses.org/package/5778-PHP-Parse-and-extract-financial-records-from-OFX-files.html 。但是我在哪里可以获取示例 ofx 文件来使用此类并测试我的应用程序?
I am building a php application using Ofx Parser Class from http://www.phpclasses.org/package/5778-PHP-Parse-and-extract-financial-records-from-OFX-files.html . But where can i get a sample ofx file to use this class and test my application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
尝试在谷歌中搜索“filetype:ofx”。我在那里找到了一对。我不知道您是否需要一大堆来进行更完整的测试。
Try searching "filetype:ofx" in google. I have found a couple there. If you need a whole bunch for a more complete test I don't know.
到目前为止,最简单的方法是自己拥有一个支持 ofx 下载的在线银行帐户。但你是对的;在网上找到除了最简单的案例之外的任何东西都非常困难。
我翻出了这篇关于 IBM DeveloperWorks 的文章,其中包括快速样品。它是关于用 php 解析 ofx 的内容,有助于显示格式良好的 XML 版本的 ofx 与从各个银行下载时经常发现的仅起始标签版本之间的区别,但即使这个示例也只是一次提款和一次提款。订金。
Easiest by far is to have an online bank account yourself that supports ofx downloads. But you're right; it's surprisingly difficult to find anything past a simplest case online.
I dug up this article on IBM developerWorks that includes a quick sample. It's on parsing ofx with php and helpfully shows the difference between a well-formed XML version of an ofx and the starting-tag only version you'll often find when you download from various banks, but even this sample is only one withdrawal and one deposit.
尝试使用 https://github.com/wesabe/fixofx。它有一个名为 fakeofx.py 的脚本
Try using https://github.com/wesabe/fixofx. It has a script called fakeofx.py
这是我使用的两个参考。第一个是关于 ofx 文件的结构,第二个为您提供金融机构的连接信息。
http://www.ofx.net/
http://www.ofxhome.com/
These are the two references I used. The first one is about the structure of and ofx file and the second one give you the connection information for the financial institutions.
http://www.ofx.net/
http://www.ofxhome.com/