Skip to content

Releases: ChrisMcGowanAu/csvParser

Clang tidy and static analysis

05 Nov 09:58
Compare
Choose a tag to compare

Same as the previous, but ran static analysis, and it picked up a few minor issues.

Handles very large csv files

03 Nov 09:49
Compare
Choose a tag to compare

The version handles very large CSV files. It also has a simple class to use for C++ users.
The CMake file builds a C and C++ linked test file. These test programs are examples on how to use the library, and allows an accuracy check as they print out the imported CSV file totally recreated.

Correctly read Excel generated csv files

29 Jan 10:50
Compare
Choose a tag to compare

Correctly read Excel generated csv files. Excel uses special characters for start and end double quotes

Version0.3

27 Jan 00:41
Compare
Choose a tag to compare

This release is close to supporting full CSV RFC 4180
It supports separators inside double quotes, and handles multi line cells

Version0.2

25 Jan 09:33
Compare
Choose a tag to compare

After some cleaning up of the coder

Initial Version

23 Jan 09:50
b64b7fd
Compare
Choose a tag to compare

Initial Version getting GitHub setup is ... painfull ...