Created attachment 372669 [details] Screenshot of QIF import Next button is not active in 'Select possible duplicates' screen if there is nothing in the lists.
Can you attach the offending QIF? I think that I fixed this as part of fixing Bug 795272 but I'd like to test it to be sure.
@jralls, I wouldn't like to attach it publicly since its real and, in addition, my wife's transactions. Is there any way to restrict an access to an attachment just to some person(s)?
You can email it to me privately, jralls at ceridwen dot us.
That took a while, first for me to clear the desk enough to work on it but also to track down the problem. There were two unrelated problems: First, the exception handler that parses the file failed to recognize that parsing had failed and let the assistant proceed to the matching step with bad data. There wasn't useful information to match so that just failed. That was actually fixed as part of bug 795272. Second, the handling for transactions with none of category, payee, and memo (there were two such in your file) raised the exception that the first problem failed to catch. That's fixed as well and I'm able to successfully import your problem file. The fix will appear in GnuCash 3.3.
> Second, the handling for transactions with none of category, payee, and memo (there were two such in your file) raised the exception that the first problem failed to catch. That's fixed as well and I'm able to successfully import your problem file. For posterity, can you recall which field was empty?
Note: refixed in https://github.com/Gnucash/gnucash/commit/1d9c51d8