Skip to content

Add QFX formatter as a subclass of the existing OFX formatter.

caramdache requested to merge caramdache/woob:qfx-formatter into master

Add QFX formatter as a subclass of the existing OFX formatter:

  • OFX is an older format that is not XML compliant (the end tag can be missing and the header is not XML).
  • QFX is fully XML compliant.

Since both formats share similar some code, they inherit from each other.

Edited by caramdache

Merge request reports