https://github.com/denpeshkov/csv
Package for reading and writing RFC 4180 CSV files.
https://github.com/denpeshkov/csv
csv golang
Last synced: 4 months ago
JSON representation
Package for reading and writing RFC 4180 CSV files.
- Host: GitHub
- URL: https://github.com/denpeshkov/csv
- Owner: denpeshkov
- Created: 2024-03-20T14:55:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-23T16:48:38.000Z (about 1 year ago)
- Last Synced: 2025-01-10T00:15:01.026Z (5 months ago)
- Topics: csv, golang
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An educational implementation of RFC 4180 CSV files reading and writing.
The implementation is inspired by this great talk by Rob Pike: [Lexical Scanning in Go](https://go.dev/talks/2011/lex.slide#1)