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

Check if we should better use ; as column separator in CSV #676

Open
jekutzsche opened this issue Mar 16, 2022 · 0 comments
Open

Check if we should better use ; as column separator in CSV #676

jekutzsche opened this issue Mar 16, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jekutzsche
Copy link
Member

For the vaccination reports, , is currently used as a column separator. At the same time the parts of the address are also separated with ,. Since the address is enclosed in ", this basically works. However, problems can quickly occur (address is split into columns) if the quoting is not properly taken into account when opening the CSV.

The semicolon as column separator would be more suitable from my point of view, because it is rarely used in the text.

@jekutzsche jekutzsche added the enhancement New feature or request label Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants