Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
0.6.2, 0.7.2, 0.7.3
-
None
-
None
-
zeppelin 0.7.2
jdk 1.7
Description
After downloading csv/tsv data from zeppelin paragraph, I opened the file through Excel and found that the data is not seperated as expected.
Then I found that's because the colunm value contains both delimiter and quotation mark, so Excel could not recognize and seperate the value correctly.
Here are zeppelin downloaded csv data example:
hello,beijing,i,love,you -> can be well recognized
hello,beijing,i,lo"v"e,you -> can be well recognized
hello,beijing,i,lo"v,"e,you -> can not be well recognized
I met this bug in our production environment, the column value format might be json, and json format data may contain quotation mark and comma.
Attachments
Attachments
Issue Links
- Blocked
-
ZEPPELIN-1803 CSV export doesn't conform to RFC-4180: exported csv is broken in some cases
- Open
- is related to
-
ZEPPELIN-3511 remove old button "Download Data as CSV/TSV"
- In Progress
- links to