Skip to main content

from_csv

Function from_csv 

Source
pub fn from_csv(csv: &str, type_name: &str, schema: &[&str]) -> Result<Document>
Expand description

Parse CSV string into a HEDL document with default configuration.

This is a convenience wrapper around from_csv_with_config using default settings.