Struct agnes::source::CsvReader [] [src]

pub struct CsvReader { /* fields omitted */ }

Reader object responsible for converting a CSV file into a data store.

Methods

impl CsvReader
[src]

[src]

Create a new CSV reader from a CSV source specification. This will process header row (if exists), and verify the fields specified in the CsvSource object exist in this CSV file.

[src]

Read a CsvSource into a DataStore object.

Trait Implementations

impl Debug for CsvReader
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CsvReader

impl Sync for CsvReader