OFX import enhancements

Christian Stimming stimming at tuhh.de
Wed Jan 19 16:21:32 EST 2011


Am Mittwoch, 19. Januar 2011 schrieb brad:
> > Theoretically yes, but in practice the OFX import is done by the external
> > library "libaqbanking". That is, first you need to find out whether
> > libaqbanking reads the ofx fields that you want. If not, you have to get
> > into libaqbanking and write code there that reads it and extend its
> > interfaces so that gnucash can obtain the data. If you are that far,
> > then yes, indeed this can't be too difficult and maybe this is a good
> > task for a newcomer. However, if the aqbanking library interfaces need
> > to be changed, it's a rather difficult task.
> 
> I'm talking about importing from an OFX file.  Does that still use
> aqbanking?

Err... I think you're right, gnucash's OFX import does not use aqbanking but 
instead libofx (which aqbanking doesn't use anymore). So basically a similar 
issue applies to libofx w.r.t. checking its library, but libofx is a dead 
project and we can copy its code into our SVN anyway if we need to, so 
modifying that code is quite possible.

Regards,

Christian


More information about the gnucash-devel mailing list