Skip to main content

Crate faucet_source_csv

Crate faucet_source_csv 

Source
Expand description

§faucet-source-csv

CSV file source connector for the faucet-stream ecosystem.

Reads a CSV file and returns each row as a JSON object with header names (or generated column names) as keys.

Re-exports§

pub use config::CsvSourceConfig;
pub use stream::CsvSource;

Modules§

config
CSV source configuration.
stream
CSV file source.

Enums§

FaucetError
All possible errors returned by faucet-stream.

Traits§

Source
A source fetches records from an external system.