{"id":16624688,"url":"https://github.com/jasonmccallister/unique","last_synced_at":"2025-10-10T04:36:54.734Z","repository":{"id":77072738,"uuid":"209787256","full_name":"jasonmccallister/unique","owner":"jasonmccallister","description":"A CLI to count of number unique values within a column in a CSV","archived":false,"fork":false,"pushed_at":"2019-09-28T15:32:38.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-25T02:58:53.467Z","etag":null,"topics":["cli","csv","go","unique"],"latest_commit_sha":null,"homepage":"","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/jasonmccallister.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":"2019-09-20T12:37:37.000Z","updated_at":"2023-02-13T21:09:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"aed62dc1-a92e-4930-850c-7ec86968865a","html_url":"https://github.com/jasonmccallister/unique","commit_stats":null,"previous_names":["jasonmccallister/unique-csv"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jasonmccallister/unique","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonmccallister%2Funique","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonmccallister%2Funique/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonmccallister%2Funique/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonmccallister%2Funique/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasonmccallister","download_url":"https://codeload.github.com/jasonmccallister/unique/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonmccallister%2Funique/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002667,"owners_count":26083442,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"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":["cli","csv","go","unique"],"created_at":"2024-10-12T03:47:36.981Z","updated_at":"2025-10-10T04:36:54.688Z","avatar_url":"https://github.com/jasonmccallister.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unique\n\nUnique is a Go package used to determine the count of unique rows within a CSV. It is made to be used on the command line.\n\n## Installation\n\nUsing Go, and if you have `$GOPATH/bin` in your path, you can install using:\n\n```bash\ngo get -u github.com/jasonmccallister/unique\n```\n\nAlternatively, you can [visit the releases](https://github.com/jasonmccallister/unique/releases) page and download the binary for your Operating System.\n\n## Usage\n\nThe only required argument for `unique` is the path to the file.\n\n```bash\nunique orders.csv\n```\n\nOutput:\n\n```bash\nCSV processed!\nHere are your results:\n\nUsing Column:    0\nTotal Uniques:   2\nTotal Rows:      4\n```\n\n\u003e The above command will default to using the first column (`0`) of the CSV as the row.\n\n### Specifying the Column\n\nIf you need to specify the column, you can pass that as a flag.\n\n```bash\nunique orders.csv -column=2\n```\n\n_**Note**: If you have a large dataset, its best to limit the number of columns. For example, export only the primary key and the value you need to find the uniques._\n\n## Security\n\nIf you discover any security related issues, please email themccallister@gmail.com instead of using the issue tracker.\n\n## Credits\n\n- [Jason McCallister](https://github.com/jasonmccallister)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\nBrought to you by [Jason McCallister](https://mccallister.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonmccallister%2Funique","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasonmccallister%2Funique","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonmccallister%2Funique/lists"}