mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
The behavior reported in #999 matches Go's encoding/csv LazyQuotes semantics (and Python's csv module): a field beginning with an unmatched double quote is a quoted field whose contents extend across field separators and newlines until the next quote character or end of file. Add a docs section explaining what --lazy-quotes does and does not relax, with a worked example, and point to CSV-lite as the alternative when quote characters are ordinary data. Co-authored-by: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| overrides | ||
| src | ||
| _config.yml | ||
| Makefile | ||
| mkdocs.yml | ||
| README.md | ||
| regen.sh | ||
| requirements.txt | ||
| retitle | ||
Please see ../README-docs.md.