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

using candidates with comma - problem with CSV download #808

Open
masiarek opened this issue Feb 21, 2025 · 1 comment
Open

using candidates with comma - problem with CSV download #808

masiarek opened this issue Feb 21, 2025 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@masiarek
Copy link
Collaborator

using candidates with "comma" results with incorrect CSV download (commas are treated special in CSV).
We need either

  • prevent commas in candidate names
    or
  • fix the CSV download (preferred)

Ballot example:
Image

CSV example (we do not have X and Y candidates - we have two candidates "a,b" and "x,y")

Image
@masiarek masiarek added the bug Something isn't working label Feb 21, 2025
@ArendPeter ArendPeter added this to the 2.0 - Polish milestone Feb 22, 2025
@ArendPeter
Copy link
Member

Agreed, we'll need to find someway to escape the commas in the csv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants