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

Gcal export uses commas for csv #4

Open
xzebra opened this issue Feb 3, 2021 · 1 comment
Open

Gcal export uses commas for csv #4

xzebra opened this issue Feb 3, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@xzebra
Copy link
Owner

xzebra commented Feb 3, 2021

This could mess up the descriptions that contains commas, as we are currently using the semicolon as separator.

@xzebra
Copy link
Owner Author

xzebra commented Feb 16, 2021

The most user-friendly solution is to escape them.

Also, when generating the CSV client side, we are assuming no semicolons are used in the description or names.

@xzebra xzebra added the bug Something isn't working label Feb 16, 2021
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
None yet
Development

No branches or pull requests

1 participant