[GNC] Importing QIF files contain no transactions

John Ralls jralls at ceridwen.us
Wed Jan 22 18:58:56 EST 2025


Please remember to copy the list on all replies.

No, there is no nightly build for macOS, but the change can be done by hand. With GnuCash not running, open a  Finder window and right (or control) click on the Gnucash application and select Show Package Contents, then navigate to Contents/Resources//share/guile/site/2.2/gnucash/qif-import.scm. Right click on that and select Open With, then TextEdit. Find line 437 and change
    (if (not (or (qif-xtn:mark xtn) (or (null? splits) (null? (cdr splits)))))
To
    (if (not (or (qif-xtn:mark xtn) (null? splits)))
Pay close attention to the parentheses! Save the file.

Regards,
John Ralls

> On Jan 22, 2025, at 08:14, Jediator <jediator at artemisspace.com> wrote:
> 
> Thanks John for letting us know.  Is there a nightly build for MacOS?  or when can we expect to have 5.11 release?  Thanks!
> 
> -- ND
> 
> 
> On 1/21/25 12:14 PM, John Ralls wrote:
>> 
>>> On Jan 21, 2025, at 08:31, Roger Shilcock <shilcor at gmail.com> wrote:
>>> 
>>> Hi All,
>>> I'm new to GnuCash but am looking to migrate over to it from the 2002 version of Quicken I currently run on my Windows 10 desktop.
>>> Initially, I installed it Version 5.5+(2023-12-16) on my wife's laptop running Linux Mint V22 to try it out, exported all the accounts as QIF's from Quicken and imported them into GnuCash.  That worked fine so I then installed the Windows version V5.10+(2024-12-14) on my desktop.
>>> However, when I go through exactly the same process to import the same bunch of QIF files into the Windows program, the imported accounts show up but no transactions are imported so I just have a bunch of empty accounts.  What I have had to do is import the same QIF files into the Linux version on my wife's laptop, save the resulting main GnuCash data file, copy it over to my PC and load it into the Windows version of GnuCash.  From there, everything works as it should but why doesn't the import on the Windows version pull in any transactions?
>> QIF import is broken in 5.10. It’s fixed in git so you can either use a recent nightly build from https://code.gnucash.org/builds/win32/stable/ <https://code.gnucash.org/builds/win/stable/> or GnuCash 5.9.
>> 
>> Regards,
>> John ralls
>> _______________________________________________
>> gnucash-user mailing list
>> gnucash-user at gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> -----
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
> 



More information about the gnucash-user mailing list