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§
Enums§
- Faucet
Error - All possible errors returned by faucet-stream.
Traits§
- Source
- A source fetches records from an external system.