[GNC] Reconcile Flag when Importing Transactions from CSV

Patrick plafratt at gmail.com
Fri Jul 5 15:52:05 EDT 2019


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 <plafratt at 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 <plafratt at 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
>>
>


More information about the gnucash-user mailing list