https://bugs.kde.org/show_bug.cgi?id=392165

--- Comment #2 from Florian Lindner <florian.lind...@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 watching all bug changes.

Reply via email to