fn rows_from_body(body: &[Line]) -> Result<Vec<Vec<String>>>
Parse body lines as rows of raw space-separated value tokens (quotes intact). The tokens are typed against the schema server-side; see cell_from_token.
cell_from_token