Quotes protect a pipe so the value stays in one field
All 3 scenarios hold
Either quote style works; the surrounding quotes are discarded from the field.
expected outcome
broken scenario
| Scenario | Row | Fields? |
|---|---|---|
| Either quote style |
| [a | b, c] |
| Whole row quoted | "a | b | c" | [a | b | c] |