Open mtrebron opened 7 years ago
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
The following import results in a value without linefeeds:
reader seems to be set incorrectly in import_view.py :
See https://docs.python.org/2/library/csv.html#csv.DictReader