Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.