Hi, On Sonntag, 13. Januar 2008, Christian Stimming wrote: > Am Samstag, 12. Januar 2008 19:04 schrieb Thomas Bushnell BSG: [...] > For importing OFX files into gnucash, libofx is required and it is going to > be this way until someone rewrites the "Import OFX file" to use a different > parser. One possibility is to use the OFX file parser of aqbanking3 and > re-using parts of the import-export/hbci module, which will then replace > the import-export/ofx module. However, of course the OFX file parser of > aqbanking3 has a completely different API and this requires additional > developer work. [...]
Correct, however, e.g. the SWIFT importer in GnuCash already uses AqBanking's import/export module, so the only difference between the now existing SWIFT module and a theoretical AqBanking-OFX import module would be the name given as argument to the function AB_Banking_GetImExporter(), and of course the wording in the GUI. But I wouldn't recommend it yet, since AqBanking's OFX parser only provides a subset of the LibOFX features (only those functions currently needed my AqBanking: transaction statements, account balance and account list). Regards Martin -- "Things are only impossible until they're not" Martin Preuss - http://www.aquamaniac.de/ AqBanking - http://www.aqbanking.de/ LibChipcard - http://www.libchipcard.de/ _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
