# CSV quote/newline handoff checklist

- [ ] quoted commas remain inside one cell
- [ ] embedded newlines remain inside one cell
- [ ] embedded double quotes are escaped as two quotes
- [ ] the receiver's CRLF/LF policy is known
- [ ] a missing final newline is handled intentionally
- [ ] ambiguous input is reviewed instead of guessed
