Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Learn how to read CSV files using the Rust CSV crate in this comprehensive 42-minute tutorial for developers. Explore the process of exchanging data between systems using CSV, a format still used by some legacy vendor systems. Discover how to utilize the open-source CSV crate to easily parse various CSV formats. Dive into customizing the CSV parser's behavior using the csv::ReaderBuilder struct, including changing field delimiters, adding CSV headers, and commenting out individual data records. Additionally, learn to integrate CSV with the serde package for deserializing CSV data rows as Rust struct instances. This hands-on Rust programming tutorial covers essential techniques for working with CSV files, providing valuable skills for developers dealing with data exchange and legacy systems.
Syllabus
Read CSV Files with Rust CSV Crate Rust Programming Tutorial for Developers
Taught by
Trevor Sullivan