{"id":16842399,"url":"https://github.com/adamdecaf/csvq","last_synced_at":"2025-03-22T05:31:09.424Z","repository":{"id":62380541,"uuid":"558570872","full_name":"adamdecaf/csvq","owner":"adamdecaf","description":"CLI tool to parse and transform CSV files","archived":false,"fork":false,"pushed_at":"2024-09-04T14:00:44.000Z","size":1645,"stargazers_count":4,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T08:48:07.060Z","etag":null,"topics":["cli","csv","csv-converter","csv-files","csv-transformer","jq"],"latest_commit_sha":null,"homepage":"https://ashannon.us/csvq/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adamdecaf.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-27T20:25:31.000Z","updated_at":"2024-06-14T16:42:59.000Z","dependencies_parsed_at":"2024-10-28T12:25:35.037Z","dependency_job_id":"9ec0f6c3-e6b0-4e64-8d53-b668f4cfbcc8","html_url":"https://github.com/adamdecaf/csvq","commit_stats":{"total_commits":26,"total_committers":1,"mean_commits":26.0,"dds":0.0,"last_synced_commit":"0551b760a16baaec61cb3f9faf24e26099b10391"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamdecaf%2Fcsvq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamdecaf%2Fcsvq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamdecaf%2Fcsvq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamdecaf%2Fcsvq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamdecaf","download_url":"https://codeload.github.com/adamdecaf/csvq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244912800,"owners_count":20530764,"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":["cli","csv","csv-converter","csv-files","csv-transformer","jq"],"created_at":"2024-10-13T12:45:52.234Z","updated_at":"2025-03-22T05:31:07.198Z","avatar_url":"https://github.com/adamdecaf.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# csvq\n\n[![GoDoc](https://godoc.org/github.com/adamdecaf/csvq?status.svg)](https://godoc.org/github.com/adamdecaf/csvq)\n[![Build Status](https://github.com/adamdecaf/csvq/workflows/Go/badge.svg)](https://github.com/adamdecaf/csvq/actions)\n[![Coverage Status](https://codecov.io/gh/adamdecaf/csvq/branch/master/graph/badge.svg)](https://codecov.io/gh/adamdecaf/csvq)\n[![Go Report Card](https://goreportcard.com/badge/github.com/adamdecaf/csvq)](https://goreportcard.com/report/github.com/adamdecaf/csvq)\n[![Apache 2 License](https://img.shields.io/badge/license-Apache2-blue.svg)](https://raw.githubusercontent.com/adamdecaf/csvq/master/LICENSE)\n\ncsvq is a CLI package for parsing and transforming CSV files. This is useful because often trimming down a CSV file can make processing it easier.\n\n## Install\n\nDownload the [latest release for your architecture](https://github.com/adamdecaf/csvq/releases/latest).\n\n## Usage\n\nExtract first_name and last_name columns (in that order). Sort results.\n```\ncsvq -keep first_name,last_name ~/Downloads/report.csv | sort -u\n```\n\nChange delimiter used in `report.csv`.\n```\ncsvq -d';' user_id,dob,email ~/Downloads/report.csv\n```\n\nOutput CSV columns in a table.\n```\ncsvq -keep first_name,last_name -format table\n```\n\nCombine multiple files.\n```\ncsvq -keep user_id,email ~/Downloads/report1.csv ~/Downloads/report2.csv\n```\n\n## Supported and tested platforms\n\n- 64-bit Linux (Ubuntu, Debian), macOS, and Windows\n\n## License\n\nApache License 2.0 - See [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamdecaf%2Fcsvq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamdecaf%2Fcsvq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamdecaf%2Fcsvq/lists"}