8000 Support multiline text · Issue #8 · collective/collective.importexport · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Support multiline text #8
Open
Open
@mtrebron

Description

@mtrebron

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0