Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON with u prefix #4806

Closed
pvanderlinden opened this issue Apr 16, 2020 · 1 comment
Closed

JSON with u prefix #4806

pvanderlinden opened this issue Apr 16, 2020 · 1 comment

Comments

@pvanderlinden
Copy link

If you download a table with json data (postgresql), the CSV contains illegal json, all strings are prefixed with a u.

Example:

Content in database:
{'test': 'json'}
CSV export:
{u'test': u'json'}

Technical details:

  • Redash Version: 8.0.0.b32245
  • Browser/OS: Not relevant
  • How did you install Redash: docker (kubernetes)
@susodapop
Copy link
Contributor

This is fixed in V9.

I duplicated it on our demo instance (V7) but could not recreate in the preview instance.

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

No branches or pull requests

2 participants