In case someone else comes across this and is looking for a temporary workaround, this is what I did.
In my local copy, I changed this line https://github.com/Gnucash/gnucash/blob/maint/gnucash/import-export/import-backend.c#L924 to use "NREC" instead of "CREC". File: gnucash/import-export/import-backend.c Function: gnc_import_process_trans_item() case GNCImport_ADD Old line xaccSplitSetReconcile(gnc_import_TransInfo_get_fsplit (trans_info), CREC); New line xaccSplitSetReconcile(gnc_import_TransInfo_get_fsplit (trans_info), NREC); On Tue, Jul 2, 2019 at 6:58 AM Patrick <plafr...@gmail.com> wrote: > I was looking through the bug reports on Bugzilla, and I think there might > already be an outstanding request (#796890) to adjust this behavior. > > I think that means my best options are to be patient or to stare > at gnc-imp-props-tx.cpp for a while. > > https://bugs.gnucash.org/show_bug.cgi?id=796890 > > On Mon, Jul 1, 2019 at 7:33 AM Patrick <plafr...@gmail.com> wrote: > >> When I am importing transactions from a CSV, I have a "Reconcile" column >> that I select as the "Transfer Reconciled" column in the import wizard. I >> have all of the entries marked as "n" in this column, but after importing >> them, some of them seem to still show up as "c". Am I misunderstanding the >> "Transfer Reconciled" option, or am I likely doing something else wrong? >> >> I'm not sure if it is relevant, but I am importing in multi-split mode. >> >> Regards, >> Patrick >> > _______________________________________________ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.