Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gilcrest/csv-example
Example repo using gocarina for processing csv files
https://github.com/gilcrest/csv-example
csv csv-parser golang
Last synced: 24 days ago
JSON representation
Example repo using gocarina for processing csv files
- Host: GitHub
- URL: https://github.com/gilcrest/csv-example
- Owner: gilcrest
- License: mit
- Created: 2018-10-24T21:47:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T22:11:16.000Z (over 6 years ago)
- Last Synced: 2025-01-12T10:06:24.067Z (27 days ago)
- Topics: csv, csv-parser, golang
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csv-example
Example repo which uses [gocarina](https://github.com/gocarina/gocsv) for processing csv files.
Example shows processing csv files from the `/in` directory, sending all good records to the `/out` directory and bad records to the `/bad` directory. The input file is also archived to the `/archive` directory.