Expand description
§faucet-sink-csv
CSV file sink connector for the faucet-stream ecosystem.
Writes JSON records to a CSV file with configurable delimiter and headers.
Re-exports§
pub use config::CsvSinkConfig;pub use sink::CsvSink;
Modules§
Enums§
- Faucet
Error - All possible errors returned by faucet-stream.
Traits§
- Sink
- A sink writes records to an external system.