Open
Description
The following import results in a value without linefeeds:
id,product_highlights
gartenholzreiniger,"für alle Hölzer im Außenbereich
auch für Kunststoffmöbel
einfache Anwendung"
reader seems to be set incorrectly in import_view.py :
reader = csv.DictReader(data.splitlines(),
delimiter=",",
dialect="excel",
quotechar='"')
See https://docs.python.org/2/library/csv.html#csv.DictReader
Metadata
Metadata
Assignees
Labels
No labels