An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

github.com/stefantds/csvdecoder

csvdecoder is a tool for parsing and deserializing CSV values into Go objects. It follows the same usage pattern as the Rows scanning using database/sql package. It relies on encoding/csv for the actual csv parsing. csvdecoder allows to iterate through the CSV records (using 'Next') and scan the fields into target variables or fields of variables (using 'Scan'). The methods 'Next' and 'Scan' are not thread-safe and are not expected to be called concurrently. csvdecoder supports converting CSV fields into any of the following types: csvdecoder uses the same terminology as package encoding/csv: A csv file contains zero or more records. Each record contains one or more fields separated by the fields separator (the "comma"). The fields separator character can be configured to be another character than comma. Each record is separated by the newline character. The final record may optionally be followed by a newline character. The behavior of the decoder can be configured by passing one of following options when creating the decoder: See README.md for more info.

Ecosystem
proxy.golang.org
Latest Release
v0.2.0
over 5 years ago
Versions
3
Dependent Packages
1
Dependent Repos
1
Top 7.5% on proxy.golang.org
github.com/ywh254/pm-notifier v1.0.0
pm-notifier is project management notification tools for PM
1 version - Latest release: almost 2 years ago - 0 stars on GitHub
Top 6.8% on proxy.golang.org
github.com/stefantds/go-epi-judge v1.0.0
EPI Judge for Golang (Elements of Programming Interviews Judge for Go)
2 versions - Latest release: about 4 years ago - 11 stars on GitHub
Past Dependents
Include Past Dependents

Check this option to include packages that no longer depend on this package in their latest version but previously did.

Filter
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/stefantds/csvdecoder
spec
License MIT
Namespace github.com/stefantds
First Release over 5 years ago
Last Synced 15 days ago
Repository
Stars 9 on GitHub
Forks 0 on GitHub
Rankings on proxy.golang.org
Overall Top 9.9%
Dependent packages Top 5.8%
Dependent repos Top 4.7%