libcsv

CSV library

A fast and flexible CSV data reader and writer library written in pure ANSI C.

Fast and flexible CSV library written in pure ANSI C that can read and write CSV data.

GitHub

179 stars
16 watching
41 forks
Language: Shell
last commit: over 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
mperdeck/linqtocsv A library that makes working with CSV files easy and efficient using LINQ queries. 199
p-ranav/csv2 A fast and efficient CSV parsing library for C++ 561
vincentlaucsb/csv-parser A high-performance CSV parser and serializer for modern C++. 917
osiegmar/fastcsv A lightweight and RFC-compliant CSV parsing library for Java applications. 552
wilgucki/csv A PHP package for working with CSV files in Laravel applications 49
wildgums/orc.csv Utilities for processing and manipulating CSV data 10
kentcb/kbcsv A .NET CSV parsing and writing library with efficient and easy-to-use APIs. 78
rubycocos/csvreader A gem for reading tabular data in the comma-separated values (CSV) format 178
accelerationnet/cl-csv A library that simplifies working with comma-separated values (CSVs) in Common Lisp. 116
red0124/ssp A fast and versatile CSV parser written in C++ that can convert strings to specific types 50
yaslab/csv.swift A Swift library for reading and writing CSV files with various features like header rows, field values, and character encoding. 669
dehesa/codablecsv A Swift library for parsing and generating CSV data in rows or using Codable interface. 461
nero5023/csvparser A Swift library for reading and writing CSV files across multiple platforms 86
nrinaudo/kantan.csv A CSV handling library that provides a functional and safe interface to work with comma-separated data files. 346
tidyverse/vroom A high-performance CSV and TSV reader that uses indexing and lazy loading to improve reading speed without loading all data at once. 621