{"@context":"https://w3id.org/codemeta/3.0","@type":"SoftwareSourceCode","identifier":"pkg:golang/github.com/stefantds/csvdecoder","name":"github.com/stefantds/csvdecoder","description":"csvdecoder is a tool for parsing and deserializing CSV values into Go objects.\nIt follows the same usage pattern as the Rows scanning using database/sql package.\nIt relies on encoding/csv for the actual csv parsing.\n\ncsvdecoder allows to iterate through the CSV records (using 'Next')\nand scan the fields into target variables or fields of variables (using 'Scan').\nThe methods 'Next' and 'Scan' are not thread-safe and are not expected to be called concurrently.\n\ncsvdecoder supports converting CSV fields into any of the following types:\n\ncsvdecoder uses the same terminology as package encoding/csv:\nA csv file contains zero or more records. Each record contains one or more\nfields separated by the fields separator (the \"comma\"). The fields separator character\ncan be configured to be another character than comma.\nEach record is separated by the newline character. The final record may\noptionally be followed by a newline character.\n\nThe behavior of the decoder can be configured by passing one of following options when creating the decoder:\n\nSee README.md for more info.","version":"v0.2.0","softwareVersion":"v0.2.0","license":"https://spdx.org/licenses/MIT","codeRepository":"https://github.com/stefantds/csvdecoder","issueTracker":"https://github.com/stefantds/csvdecoder/issues","url":"https://github.com/stefantds/csvdecoder","programmingLanguage":{"@type":"ComputerLanguage","name":"Go"},"dateCreated":"2020-08-01","dateModified":"2020-11-15","datePublished":"2020-11-15","copyrightYear":2020,"downloadUrl":"https://proxy.golang.org/github.com/stefantds/csvdecoder/@v/v0.2.0.zip","softwareHelp":{"@type":"WebSite","url":"https://pkg.go.dev/github.com/stefantds/csvdecoder#section-documentation"},"applicationCategory":"go","runtimePlatform":"go","developmentStatus":"active","sameAs":["https://pkg.go.dev/github.com/stefantds/csvdecoder"],"https://www.w3.org/ns/activitystreams#likes":9}