lazycsv icon indicating copy to clipboard operation
lazycsv copied to clipboard

A fast, lightweight and single-header C++ csv parser library

Results 5 lazycsv issues
Sort by recently updated
recently updated
newest added

In python, I generated a csv as follows: ```python import random import csv headercsv = ["x", "y", "z", "result"] dataset = [] for i in range(1, 10000): x = round(random.uniform(-10,...

Currently the `\r` at the end of the line is included in the last column. it should be trimmed automatically.

When compiling a project that requires lazy csv I get the following issue: ` In instantiation of ‘class lazycsv::parser’:` `../subprojects/lazycsv/include/lazycsv.hpp:367:11: error: ‘value’ is not a member of ‘lazycsv::trim_chars’ 367 |...

win32 api for creating file mapping object: [CreateFileMappingA](https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-createfilemappinga).

[cmake] CMake Deprecation Warning at /home/clementcheung/.cache/cpm/lazycsv/02ce70eeabdd1e9cffff0422b5ab0b4947ed6f01/CMakeLists.txt:1 (cmake_minimum_required): [cmake] Compatibility with CMake < 3.10 will be removed from a future version of [cmake] CMake. [cmake] [cmake] Update the VERSION argument value....