Skip to content

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

@jekutzsche

Description

@jekutzsche

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions