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.
941 stars
9 watching
62 forks
Language: Go
last commit: 3 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. | 13 |
shenwei356/csvtk | A toolkit for efficient and practical manipulation of CSV/TSV files in Golang. | 1,017 |
aswinkarthik/csvdiff | Tool to compare changes between two CSV files | 532 |
osiegmar/fastcsv | A lightweight and RFC-compliant CSV parsing library for Java applications. | 552 |
mithrandie/csvq | A command-line tool to operate CSV files with SQL-like query support | 1,520 |
swiftcsv/swiftcsv | A CSV parser library for Swift that allows loading and parsing CSV data from various sources. | 966 |
vincentlaucsb/csv-parser | A high-performance CSV parser and serializer for modern C++. | 917 |
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. | 669 |
p-ranav/csv2 | A fast and efficient CSV parsing library for C++ | 561 |
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. | 461 |
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,117 |
mapbox/csv2geojson | Converts CSV and TSV files into GeoJSON data suitable for maps | 364 |