mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
3facb2a7cd
Summary: Formats lists as CSVs at the top level, so the list `["a", "b"]` gets formatted as `a,b`. Further nesting looks like JSON, with quotes around strings, which get doubled to escape them in the CSV. So the common case looks significantly nicer, but the rare case of nested arrays looks very weird and confusing. There's also some smaller details about quotes and spaces to discuss if we're happy with the overall idea. This is part of revamping type conversion and was discussed here: https://grist.quip.com/csqCAfx6KHt2#HOaADA7Q6NM Test Plan: Updated several tests, need to confirm if we want this behaviour before continuing. Reviewers: dsagal Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D3208 |
||
---|---|---|
.. | ||
client | ||
common | ||
gen-server | ||
plugin | ||
server | ||
tsconfig.json |