Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
This part of the documentation gives instruction as to how to make CSV files beautiful and searchable:
Alas, csv data that includes quoted field values which themselves contains commas breaks the beauty, and nowhere does the documentation mention that GitHub's CSV rendering is so naive that it ignores quoted values.
What changes are you suggesting?
The least viable change would be to acknowledge that GitHub's CSV renderer only supports the most simplistic CSV file format imaginable, and does not support quoted values.
1,this line has three values,foo
2,"this line also has three values, though GitHub thinks it has four",bar
A very beneficial change would be to recognize quoted values, and that both lines above do, in fact, contain three values.
Additional information
Here is an example file that does not render properly in GitHub: https://github.com/os-climate/witness-core/blob/main/parameters_glossary.csv