Skip to main content

parse_table

Function parse_table 

Source
pub fn parse_table(name: &str, map: &Mapping) -> ForgeResult<Table>
Expand description

Parse a table from a YAML mapping (v4.0 enhanced with metadata)

ยงErrors

Returns an error if a column name is not a string, or column data has an invalid type or format.