Skip to main content

rows_from_body

Function rows_from_body 

Source
fn rows_from_body(body: &[Line]) -> Result<Vec<Vec<String>>>
Expand description

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.