Difference between revisions of "Pynomina/Quicken"
Jump to navigation
Jump to search
(Created page with "{{Link|target=Pynomina|title=back to Pynomina main page}} # {{Ticket |number=5 |title=Quicken QIF format support (very simple or Finanzmanager Deluxe Export format for a start...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
|state=closed | |state=closed | ||
}} | }} | ||
+ | = Opening QIF files = | ||
+ | The [https://raw.githubusercontent.com/hjacobs/gnucash-qif-import/refs/heads/master/examples/expenses.qif expenses.qif file] is part of the demo | ||
+ | hat https://nomina.bitplan.com | ||
+ | |||
+ | To test locally you can run | ||
+ | <source lang='bash' highlight='1'> | ||
+ | nomina -l -s -i nomina_examples/expenses.qif | ||
+ | </source> | ||
+ | <pre> | ||
+ | expenses.qif (QIF) | ||
+ | 2014-01-02-2014-01-02 | ||
+ | 7 accounts, 2 transactions | ||
+ | </pre> | ||
+ | {{:Pynomina/Note}} |
Latest revision as of 08:46, 15 October 2024
Opening QIF files
The expenses.qif file is part of the demo hat https://nomina.bitplan.com
To test locally you can run
nomina -l -s -i nomina_examples/expenses.qif
expenses.qif (QIF) 2014-01-02-2014-01-02 7 accounts, 2 transactions
Please note that nomina itself does not have a lot of features to work with your personal finance managament content yet. You might want to use the # Issue 7 - command line conversion support✓ and start a discussion or issue to have your own needs covered.