vincentlaucsb / csv-parser

A high-performance, fully-featured CSV parser and serializer for modern C++.
MIT License
901 stars 150 forks source link

Very minor readme issue #225

Closed ClancyWalters closed 4 months ago

ClancyWalters commented 5 months ago

The example at README.md should be updated from VariableColumnPolicy::IGNORE to VariableColumnPolicy::IGNORE_ROW

vincentlaucsb commented 4 months ago

You're right. Thank you for pointing this out.