load_csv_from_uri

Function load_csv_from_uri 

Source
pub fn load_csv_from_uri<Schema>(
    uri: &str,
    schema: Schema,
) -> Result<<DataStore<<Schema::CsvSrcSchema as BuildDStore>::OutputFields> as IntoView>::Output>
Expand description

Utility function for loading a CSV file from a URI string.

Fails if unable to parse uri, or if unable to find or read file at the location specified.