Skip to content

Remove double quoting

Some things are currently double quoted """ (first " to quote the field and "" as escaped " character). CSV readers are usually type aware and interpret non-numbers to strings automatically, so the inner quote is not needed. If we want to display additional quotation marks on the website, we should add this in the Zola template rather than the CSV file.

Merge request reports