{"id":16602600,"url":"https://github.com/xta/csviter","last_synced_at":"2026-05-29T12:01:58.066Z","repository":{"id":139223561,"uuid":"108186114","full_name":"xta/csvIter","owner":"xta","description":"golang csv row iterator utility","archived":false,"fork":false,"pushed_at":"2017-10-24T21:33:50.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T12:49:10.509Z","etag":null,"topics":["csv","golang"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xta.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-24T21:33:37.000Z","updated_at":"2017-10-24T21:34:04.000Z","dependencies_parsed_at":"2023-04-11T21:04:33.451Z","dependency_job_id":null,"html_url":"https://github.com/xta/csvIter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xta/csvIter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xta%2FcsvIter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xta%2FcsvIter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xta%2FcsvIter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xta%2FcsvIter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xta","download_url":"https://codeload.github.com/xta/csvIter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xta%2FcsvIter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33650712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","golang"],"created_at":"2024-10-12T00:22:58.366Z","updated_at":"2026-05-29T12:01:58.048Z","avatar_url":"https://github.com/xta.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSV Iter\n\nCSV Iter is a wrapper around golang's *encoding/csv* that provides access to the CSV row contents via a channel.\n\n## Usage\n\n`main.go`\n\n\tpackage main\n\n\timport (\n\t\t\"fmt\"\n\t\tcsv \"github.com/xta/csvIter\"\n\t)\n\n\tfunc main() {\n\t\tch, done := make(chan []string), make(chan bool)\n\n\t\tgo func() {\n\t\t\tfor row := range ch {\n\t\t\t\t// do something with the row `[]string`\n\t\t\t}\n\t\t\tdone \u003c- true\n\t\t}()\n\n\t\tif err := csv.Iter(\"path/to/file.csv\", true, ch); err != nil {\n\t\t\tfmt.Println(\"Error\", err)\n\t\t}\n\n\t\tclose(ch)\n\t\t\u003c-done\n\t}\n\n## Tests\n\n\tmake\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxta%2Fcsviter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxta%2Fcsviter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxta%2Fcsviter/lists"}