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

[Table CSV Export] - 0 becomes {"low":0, "high":0} #950

Open
bastienhubert opened this issue Sep 17, 2024 · 0 comments · Fixed by #951
Open

[Table CSV Export] - 0 becomes {"low":0, "high":0} #950

bastienhubert opened this issue Sep 17, 2024 · 0 comments · Fixed by #951
Assignees
Labels
bug Something isn't working priority important request/feature

Comments

@bastienhubert
Copy link
Collaborator

Context

  • NeoDash version: 2.4.8
  • Neo4j Database version: 4.4.36 Enterprise

Steps to reproduce

  • Create a new Table report
  • Activate the CSV Export in advanced settings
  • Add the following query: RETURN 0 AS testRow;
  • Export the table in CSV
  • The CSV contains {"low":0, "high":0} instead of 0
Capture d’écran 2024-09-17 à 10 49 51
  • This issue doesn't happen with any other number
Capture d’écran 2024-09-17 à 10 58 35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority important request/feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants