{"id":19732846,"url":"https://github.com/riptl/go-quotecsv","last_synced_at":"2026-06-05T20:31:05.085Z","repository":{"id":52287220,"uuid":"213526265","full_name":"riptl/go-quotecsv","owner":"riptl","description":"Fork of encoding/csv with control over quotation","archived":false,"fork":false,"pushed_at":"2021-05-01T16:28:25.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-25T02:33:47.763Z","etag":null,"topics":[],"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/riptl.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}},"created_at":"2019-10-08T01:58:41.000Z","updated_at":"2021-05-01T16:28:26.000Z","dependencies_parsed_at":"2022-09-07T04:41:55.463Z","dependency_job_id":null,"html_url":"https://github.com/riptl/go-quotecsv","commit_stats":null,"previous_names":["riptl/go-quotecsv","terorie/go-quotecsv"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/riptl/go-quotecsv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riptl%2Fgo-quotecsv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riptl%2Fgo-quotecsv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riptl%2Fgo-quotecsv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riptl%2Fgo-quotecsv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riptl","download_url":"https://codeload.github.com/riptl/go-quotecsv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riptl%2Fgo-quotecsv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33959537,"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-06-05T02:00:06.157Z","response_time":120,"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":[],"created_at":"2024-11-12T00:28:10.393Z","updated_at":"2026-06-05T20:31:05.068Z","avatar_url":"https://github.com/riptl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-quotecsv\n\nFork of Go's `encoding/csv` to offer greater control over quoting,\nby adding a new `Column` type:\n\n```go\ntype Column struct {\n\tQuoted bool\n\tValue string\n}\n```\n\nThis is useful when serializing non-literal primitives like NULLs or numbers.\n\nWhen reading, `Quoted` reports whether a field was quoted or not.\nWhen writing, `Quoted` forces quotation (but not the lack thereof in the opposite case).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friptl%2Fgo-quotecsv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friptl%2Fgo-quotecsv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friptl%2Fgo-quotecsv/lists"}