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
ScenarioRowFields?
Either quote style
  • "a | b" | c
  • 'a | b' | c
[a | b, c]
Whole row quoted"a | b | c"[a | b | c]