{"id":16332111,"url":"https://github.com/m1kc/go-cswizard","last_synced_at":"2025-05-15T21:38:05.641Z","repository":{"id":57528231,"uuid":"84929335","full_name":"m1kc/go-cswizard","owner":"m1kc","description":"A CSV writer for long-living projects","archived":false,"fork":false,"pushed_at":"2017-03-16T08:49:02.000Z","size":1273,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T14:14:43.006Z","etag":null,"topics":["csv","csv-document","csv-format","csv-writer","go","golang","wrapper","wrapper-api","wrapper-library"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m1kc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-14T09:19:02.000Z","updated_at":"2017-03-14T09:52:42.000Z","dependencies_parsed_at":"2022-08-30T11:50:21.926Z","dependency_job_id":null,"html_url":"https://github.com/m1kc/go-cswizard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1kc%2Fgo-cswizard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1kc%2Fgo-cswizard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1kc%2Fgo-cswizard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1kc%2Fgo-cswizard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m1kc","download_url":"https://codeload.github.com/m1kc/go-cswizard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254425710,"owners_count":22069220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","csv-document","csv-format","csv-writer","go","golang","wrapper","wrapper-api","wrapper-library"],"created_at":"2024-10-10T23:29:17.220Z","updated_at":"2025-05-15T21:38:05.621Z","avatar_url":"https://github.com/m1kc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-cswizard  [![GoDoc](https://godoc.org/github.com/m1kc/go-cswizard?status.svg)](https://godoc.org/github.com/m1kc/go-cswizard)  [![Go Report Card](https://goreportcard.com/badge/github.com/m1kc/go-cswizard)](https://goreportcard.com/report/github.com/m1kc/go-cswizard)\n\nCSWizard is a CSV writer that doesn't stand in your way as your system evolves. Using `encoding/csv` directly is fine when you want to just do the thing and forget it. Long-living projects, however, are rarely done this way: every day business demands to add new columns, remove and reorder them, and under this conditions `encoding/csv` becomes too fragile due to nature of its API: you just can't change one thing and be sure that everything else would keep working. With CSWizard, you can.\n\nSo, in a nutshell, that's a small wrapper around `encoding/csv` for reports that change often in various ways.\n\nSee [example.go](example/example.go) for typical usage.\n\n\n## Use it in your project\n\n### `go get` users\n\nMake sure your GOPATH is set, and run:\n\n```\ngo get -u github.com/m1kc/go-cswizard\n```\n\n### `gb` users\n\n```\ngb vendor fetch github.com/m1kc/go-cswizard\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm1kc%2Fgo-cswizard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm1kc%2Fgo-cswizard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm1kc%2Fgo-cswizard/lists"}