NeoCSV
CSV parser
A Smalltalk framework for reading and writing CSV files efficiently and converting data between CSV and Smalltalk objects.
NeoCSV is an elegant and efficient standalone Smalltalk framework to read and write CSV converting to or from Smalltalk objects.
29 stars
6 watching
13 forks
Language: Smalltalk
last commit: 3 months ago
Linked from 1 awesome list
csvdata-interchangemappingpharosmalltalk
Related projects:
Repository | Description | Stars |
---|---|---|
svenvc/neojson | Converts JSON data to Smalltalk objects and vice versa efficiently. | 42 |
tinycsvparser/tinycsvparser | A .NET CSV parsing library with high-performance and flexibility | 375 |
kentcb/kbcsv | A .NET CSV parsing and writing library with efficient and easy-to-use APIs. | 78 |
p-ranav/csv2 | A fast and efficient CSV parsing library for C++ | 561 |
shaovoon/minicsv | A minimalistic CSV stream class in C++ with customizable delimiters and quoting | 83 |
vincentlaucsb/csv-parser | A high-performance CSV parser and serializer for modern C++. | 917 |
red0124/ssp | A fast and versatile CSV parser written in C++ that can convert strings to specific types | 50 |
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. | 554 |
nero5023/csvparser | A Swift library for reading and writing CSV files across multiple platforms | 86 |
skelpo/csv | A Swift library for parsing and serializing CSV files in an efficient and flexible way | 32 |
lighttransport/nanocsv | Faster C++11 multithreaded CSV parser with minimal STL dependency | 29 |
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 |
dashbitco/nimble_csv | A lightweight CSV parsing and dumping library for Elixir, providing fast and efficient data processing. | 773 |
dehesa/codablecsv | A Swift library for parsing and generating CSV data in rows or using Codable interface. | 461 |