[Linux, command line] Importing transactions from bank account data file, into a gnucash account

Fabio Coatti fabio.coatti at gmail.com
Fri Mar 20 03:56:57 EDT 2015


In data giovedì 19 marzo 2015 15:58:24, geo909 ha scritto:
> Hi all,
> 
> I would like to write a linux script that imports the transactions from a
> bank account data file to an existing gnucash account.
> 
> The bank account data file can be a quicken, quickbooks, excel, ms money,
> simply accounting, ascii, or qif file.
> 
> I don't mind if the imported transactions show as "Imbalanced", as long as
> everything is done from the command line, and without running the gnucash
> gui.
> 
> I don't have the words to describe how convenient that would be! I'd
> appreciate any suggestions.
> 
> Thanks,
> 
> George


I recently used ofxstatement https://github.com/kedder/ofxstatement to convert 
xls files from my bank to ofx files that gnucash can import. The problem is 
that, unless you are very lucky to find a plugin that works for your bank, you 
have to write a small python plugin for your data.
So if you are a bit confident with python this could be an option. Using 
provided examples to wrap up something working is not too hard: if I done it 
everyone can do the same :)


-- 
Fabio



More information about the gnucash-user mailing list