Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Support quoted entries in CSV import #60

Closed
lilchurro opened this issue May 22, 2018 · 1 comment
Closed

Support quoted entries in CSV import #60

lilchurro opened this issue May 22, 2018 · 1 comment
Assignees

Comments

@lilchurro
Copy link
Contributor

There's an issue importing CSV files when a quoted property in a CSV data object contains EOL characters. i.e.,

ID,name,description
123,Something,"This line\nhas a linebreak."

The linebreak will cause the CSV import to fail.

@lilchurro lilchurro self-assigned this May 22, 2018
@lilchurro lilchurro added the bug label May 23, 2018
lilchurro pushed a commit to lilchurro/visualizer that referenced this issue May 23, 2018
…t (checking for multiple lines in CSV file)

and actual code implementation (checking number of headers). This has been fixed.
@lilchurro
Copy link
Contributor Author

Closing issue because this is heavily dependent on a new implementation of CSV import (see issue #44).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants