Skip to content
/ csv Public

This is a simple header only c++ class for parsing CSV files.

License

Notifications You must be signed in to change notification settings

xalpha/csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv

This is a simple header only c++ class for parsing CSV (comma separated values) files.

csv is designed for simple IO to and from csv files. All methods are only taylored for IO and this class is not designed to serve as a data container. All entries are stored as strings. The representation of the data is assumed and enforced as a table with one header line.

About

This is a simple header only c++ class for parsing CSV files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages