用于将比利时kbc银行的csv语句解析为ofx的ofxstatement插件

ofxstatement-be-kbc的Python项目详细描述


此项目提供一个ofxstatement插件,用于转换比利时KBC 银行对ofx的csv格式报表。

ofxstatement是一个将专有银行对账单转换为ofx格式的工具, 适合进口到Gnucash。ofxstatement parse a的插件 特定专有银行对账单格式并生成通用数据 结构,然后将其格式化为ofx文件。

ofxstatement的用户已经为他们的银行开发了几个插件。他们是 列在主ofxstatement站点上。如果你的银行不见了,你可以发展 你自己的插件。

安装

或者:

  1. pypi下载并运行 $ python setup.py install
  2. 使用pip安装:$ pip install ofxstatement-be-kbc
  3. Arch Linux用户可以安装AUR package ofxstatement-be-kbc

用法

基本上:$ ofxstatement convert -t kbcbe input.csv output.ofx

X语句的一般用法:

$ ofxstatement --help
usage: ofxstatement [-h] [--version] [-d]
                 {convert,list-plugins,edit-config} ...

Tool to convert proprietary bank statement to OFX format.

optional arguments:
  -h, --help            show this help message and exit
  --version             show current version
  -d, --debug           show debugging information

action:
  {convert,list-plugins,edit-config}
    convert             convert to OFX
    list-plugins        list available plugins
    edit-config         open configuration file in default editor

convert命令的用法:

$ ofxstatement convert --help
usage: ofxstatement convert [-h] -t TYPE input output

positional arguments:
  input                 input file to process
  output                output (OFX) file to produce

optional arguments:
  -h, --help            show this help message and exit
  -t TYPE, --type TYPE  input file type. This is a section in config file, or
                        plugin name if you have no config file.

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java Saved ImageView保存为字节[]后不显示   单元测试中的java组织测试   java Netty解码器的正确用法   Java HashMap将一个新值附加到向量的优化方法,该向量是HashMap<String,vector<String>>中的值   让Android Studio使用Java而不是Kotlin?   用springdoc处理递归模型的java   java使用openapigeneratorgradleplugin仅为spring引导生成REST接口   java为什么多个nextInt()可以工作?   java在循环中创建Swing组件并访问它们   Java数学。随机闭双区间   java如何在mysql中避免重复而不使用唯一键   java Selenium CSS选择器语法,用于同时检查类和文本   java Tomcat 8.5识别新内容的时间太长   java Ho在响应对象中设置状态代码400   检查登录用户时发生java NullPointerException   列表在Java中按分隔符行拆分文件