-
Notifications
You must be signed in to change notification settings - Fork 32
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
Remove support for downloading CSVs from Google Docs #497
Remove support for downloading CSVs from Google Docs #497
Conversation
The Google version hasn't been kept up to date with the version in the repo, and it's a bit weird to still have this anyway.
There is one bug fix in the google sheet which hasn't made it to an MR yet - @francislaus are you planning to do that? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not until a replacement flow is in place to allow easy maintainance.
You can edit the CSV directly using a CSV editor no? I don't see any features except for colours that are used in the Google Doc that aren't preserved in the CSV. Here's one I like in VSCode: It's write format doesn't quite match what Google Docs outputs (Google outputs |
the point of yaml is to make the differences easier to spot, but as the spreadsheet is fairly small it's probably not so important also the spreadsheet as a lot of repeated entries, which are lost when converting to CSV, so it's possible that text will diverge (e.g. a lot of CSRs have the same Additionally, which is also important, a huge advantage of the spreadsheet is filtering and sorting columns which I can't obviously see how to do in EditCSV. The information is quite stable so maybe it's not so important not but these spreadsheet features have made a lot of difference when developing the spec. It is of course possible to read the CSV into a spreadsheet to do that. |
The Google version hasn't been kept up to date with the version in the repo, and it's a bit weird to still have this anyway.
Fixes #496