CSV-Parser-Generator
CSV parser
A tool to parse CSV files with support for uncommon line separators and nullable handling
A Parser for CSV with support for uncommon line separators (e.g. Unicode) and instantiation of read-only objects and working nullable handling
5 stars
2 watching
1 forks
Language: C#
last commit: 7 months ago
Linked from 1 awesome list
csvcsv-parsersource-code-generation
Related projects:
Repository | Description | Stars |
---|---|---|
kentcb/kbcsv | A .NET CSV parsing and writing library with efficient and easy-to-use APIs. | 78 |
nero5023/csvparser | A Swift library for reading and writing CSV files across multiple platforms | 86 |
ashtum/lazycsv | A lightweight C++ CSV parsing library that reads and parses CSV files on demand without allocating memory in the constructor or while parsing. | 80 |
tinycsvparser/tinycsvparser | A .NET CSV parsing library with high-performance and flexibility | 375 |
ashaduri/csv-parser | A C++17 CSV parser that can parse and manipulate structured data from CSV files at compile-time and runtime. | 30 |
dehesa/codablecsv | A Swift library for parsing and generating CSV data in rows or using Codable interface. | 461 |
p-ranav/csv2 | A fast and efficient CSV parsing library for C++ | 561 |
swiftcsv/swiftcsv | A CSV parser library for Swift that allows loading and parsing CSV data from various sources. | 966 |
osiegmar/fastcsv | A lightweight and RFC-compliant CSV parsing library for Java applications. | 552 |
red0124/ssp | A fast and versatile CSV parser written in C++ that can convert strings to specific types | 50 |
tofiqquadri/ngx-csv-parser | Library to parse CSV files in Angular applications | 25 |
brutella/swift-csv | A stream-based CSV parsing and writing library in Swift. | 83 |
skelpo/csv | A Swift library for parsing and serializing CSV files in an efficient and flexible way | 32 |
yaslab/csv.swift | A Swift library for reading and writing CSV files with various features like header rows, field values, and character encoding. | 669 |
svenvc/neocsv | A Smalltalk framework for reading and writing CSV files efficiently and converting data between CSV and Smalltalk objects. | 29 |