QXF File Format Spec

笑着哭i 提交于 2019-12-11 16:26:07

问题


Where can I find a specification or parser/reader library for Quicken Exchange Format (.qxf)?

QXF's predecessor format, Quicken Interchange Format (.qif) is somewhat documented. There are various third-party libraries which can be used to read and programmatically manipulate QIF files. However, I can't find anything describing the spec for QXF files and third-party tooling for it appears almost non-existent.

I'm guessing there might not be a published spec (thus the lack of third-party tooling) but I thought I would check here just in case I am mistaken. :-)

Note: This question is about qxf files (used to import and export data from Quicken) not Quicken Web Connect (.qfx) files (used to load financial institution transactions into Quicken).


回答1:


Quicken rarely publish specifications for their data interchange formats and the best option is to "reverse engineer" an exported qxf file (which I assume is an XML file) and generate code able to parse the files. Of-course, this is fraught with the danger that an XML file does not define the value properties and may not list all the fields if not populated (i.e non mandatory fields).

If you have a "maximum usage" qxf file and require help in generating code to parse it, then provide one.




回答2:


The QXF file does not appear to be an XML file. Rather, the file appears to be in an encrypted format. The file, when opened in Notepad++, shows no human readable data and shows mainly binary coded data. I am not encryption expert, but the data sure look like they are encrypted.



来源:https://stackoverflow.com/questions/30488370/qxf-file-format-spec

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!