haskell-hvr / cassava

A CSV parsing and encoding library optimized for ease of use and high performance
http://hackage.haskell.org/package/cassava
BSD 3-Clause "New" or "Revised" License
222 stars 105 forks source link

Example code missing salaries.csv file #208

Open MaxGabriel opened 2 years ago

MaxGabriel commented 2 years ago

Several of the example files reference a salaries.csv file. As far as I can tell from searching the codebase, this file doesn't actually exist. I believe this would just be a CSV with 2 headers, "name" and "salary" with a few example rows.