[GNC] GC 3.2 Import Price File CSV

Geert Janssens geert.gnucash at kobaltwit.be
Tue Sep 4 05:34:53 EDT 2018


Op dinsdag 4 september 2018 10:36:11 CEST schreef Andy Brown via gnucash-user:
> Tried TextEdit.  It does have a UTF-8 option but it won't correct the EOL
> character, (as far as I can make out from a one file test).  I will try and
> find a hex editor and investigate the exact source of the problem when I
> have time.
> 
> Andy

Thanks for the feedback. The exact source of the problem is in the difference 
in line-endings. GnuCash currently expects "LF" (the C++ default), but some 
files can have "CRLF" (Windows) or "CR" (Macos) as line ending.

I have made changes to the code to fix this for gnucash 3.3.

Geert




More information about the gnucash-user mailing list