Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

[Bug] Unexpected single quote in csv format result #512

Closed
yangjiajun2014 opened this issue Jun 10, 2020 · 2 comments
Closed

[Bug] Unexpected single quote in csv format result #512

yangjiajun2014 opened this issue Jun 10, 2020 · 2 comments
Labels
wontfix This will not be worked on

Comments

@yangjiajun2014
Copy link

I do a group by and try to get a csv format result:

image

I get some unexpected single quotes.Here is my original result in json format:
image

@dai-chen
Copy link
Member

Hi @yangjiajun2014 , thanks for reporting the issue! Actually this is expected because of the fix for security issue #449. The single quote is invisible and meant to prevent any cell executable in Microsoft Excel.

If you want to process original data, probably you can try our raw format. Let us know if you still have other question. Thanks!

@yangjiajun2014
Copy link
Author

Thanks for u reply!Actually I have some code which parse csv to a list of json object.I think raw format is ok for me.I will try it.Thanks!

@dai-chen dai-chen added the wontfix This will not be worked on label Jul 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants