Tags: vincentlaucsb/csv-parser
Tags
CSV Parser 2.1.0 (#131) * Update csv_row.cpp * Simplified handling of quoted fields * Added tokenizer * Some minor code clean up * Update raw_csv_data.hpp * Some more code clean up * Added thread safety test * read_csv() now makes calls that are aligned to the CSV * Added more CSV writer specializations * Update test_round_trip.cpp * Update test_round_trip.cpp * Simplified CSVWriter * Update csv_writer.hpp * Updated docs * Some code clean up * Changed how custom types are serialized * Update csv_writer.hpp * Attempt to make BasicCSVParser no-copy * Created different basic_csv_parser specializations * Got CSVGuessing working again * Got round trip test working again * Got more tests working again * Fixed some failing tests * Most unit tests working again * CSVStat no longer inherits from CSVReader * Update single header * Code clean up * More code clean up * Fix CSVStat segfault * Fixed bug in parse_loop() & c++11 compatibility issues * Fixed g++-6 compatibility * Added some optimizations * Code clean up * Added CSVReader constructor over an ifstream * Attempt to fix ifstream parsing * Fixed std::ifstream parsing * Added more comments * Fixed a bunch of warnings * Last update of docs * Update README.md
PreviousNext