csvutil
CSV mapper
Provides fast and idiomatic mapping between CSV data and Go values.
csvutil provides fast and idiomatic mapping between CSV and Go (golang) values.
944 stars
9 watching
63 forks
Language: Go
last commit: 5 months ago
Linked from 2 awesome lists
csvcsv-parsercsvutildecoderfastgogocsvgolangmarshalstd-csvstreamingunmarshal
Related projects:
Repository | Description | Stars |
---|---|---|
tiendc/go-csvlib | A high-performance CSV encoding and decoding library for Go. | 17 |
shenwei356/csvtk | A toolkit for reading and manipulating CSV and TSV files in a cross-platform way | 1,027 |
aswinkarthik/csvdiff | Tool to compare changes between two CSV files | 534 |
osiegmar/fastcsv | A lightweight and RFC-compliant CSV parsing library for Java applications. | 562 |
mithrandie/csvq | A command-line tool to operate CSV files with SQL-like query support | 1,526 |
swiftcsv/swiftcsv | A CSV parser library for Swift that allows loading and parsing CSV data from various sources. | 979 |
vincentlaucsb/csv-parser | A high-performance CSV parser and serializer for modern C++. | 926 |
nero5023/csvparser | A Swift library for reading and writing CSV files across multiple platforms | 86 |
yaslab/csv.swift | A Swift library for reading and writing CSV files with various features like header rows, field values, and character encoding. | 674 |
p-ranav/csv2 | A fast and efficient CSV parsing library for C++ | 567 |
artonge/go-csv-tag | Tool to read and write CSV files with tagging support in Go | 121 |
dehesa/codablecsv | A Swift library for parsing and generating CSV data in rows or using Codable interface. | 464 |
jimm/csvlixir | Provides functions to read and write comma-separated value data in Elixir | 33 |
vividvilla/csvtotable | Converts CSV files to searchable and sortable HTML tables with features like pagination and export options. | 1,121 |
mapbox/csv2geojson | Converts CSV and TSV files into GeoJSON data suitable for maps | 365 |