This is the Linux app named Vinces CSV Parser whose latest release can be downloaded as CSVParser2.5.1_2_24_2026Patchsourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Vinces CSV Parser with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
Vinces CSV Parser
DESCRIPTION
There's plenty of other CSV parsers in the wild, but I had a hard time finding what I wanted. Inspired by Python's csv module, I wanted a library with simple, intuitive syntax. Furthermore, I wanted support for special use cases such as calculating statistics on very large files. With the deluge of large datasets available, a performant CSV parser is a necessity. By using overlapped threads, memory-mapped IO, and efficient data structures, this parser can quickly tackle large CSV files. Furthermore, this parser has a minimal memory footprint and can handle larger-than-RAM files.
Features
- This CSV parser is much more than a fancy string splitter, and parses all files following RFC 4180
- This CSV parser is encoding-agnostic and will handle ANSI and UTF-8 encoded files
- By default, rows of variable length are silently ignored, although you may elect to keep them or throw an error
- This CSV parser has an extensive test suite and is checked for memory safety with Valgrind
- It does not try to decode UTF-8, except for detecting and stripping UTF-8 byte order marks
- This library was developed with Microsoft Visual Studio
Programming Language
C++
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/vince-s-csv-parser.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.