pub fn parse_table(text: &[u8], d: &Dialect) -> Result<Table, Vec<Finding>>
Parse delimited text into a Table under dialect d, fail-closed on a malformed line or a data row whose column count differs from the header.
text
Table
d