pub fn export_from_reader<R: Read, W: Write>( format: &str, delimiter: &str, reader: R, writer: &mut W, ) -> Result<(), Box<dyn Error>>