Function jupiter::ig::csv::csv_to_doc

source ยท
pub fn csv_to_doc<R>(reader: Reader<R>) -> Result<Doc>
where R: Read,
Expand description

Transforms the given CSV data into a doc which is a list of objects.