pub fn from_csv(csv: &str, type_name: &str, schema: &[&str]) -> Result<Document>
Parse CSV string into a HEDL document with default configuration.
This is a convenience wrapper around from_csv_with_config using default settings.
from_csv_with_config