[kmymoney] [Bug 392165] Join multiple cells in one field when importing CSV
Florian Lindner
bugzilla_noreply at kde.org
Thu Mar 22 18:22:12 UTC 2018
https://bugs.kde.org/show_bug.cgi?id=392165
--- Comment #2 from Florian Lindner <florian.lindner at xgm.de> ---
12345;Payer;1.000,00;Notes Field Line 1;Notes Field Line 2;Notes Field Line 3
this represents one transaction and is a single line, without any line breaks.
As you wrote, each line represents a single transaction.
A multi-line notes field of a transaction is split to multiple colums, one for
each line in the CSV field. I want KMM to join all Notes-columns into the Notes
field of a KMM transaction record.
To put with python, csv represents a list of cols of a single line from a CSV
file. The Notes colums are cls 3 to 5.
kmm_notes = "\n".join(csv[3:5])
You said, that KMM is capable of doing that. I just walked through the import
wizard again, but found no way to accomplish that.
Thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list