{"id":15373021,"url":"https://github.com/vi/csvcatrow","last_synced_at":"2025-08-01T03:12:41.599Z","repository":{"id":60916174,"uuid":"546723133","full_name":"vi/csvcatrow","owner":"vi","description":"A CLI tool to concatenate rows from many csv files by matching columns of each","archived":false,"fork":false,"pushed_at":"2023-02-19T17:22:18.000Z","size":7,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T14:13:27.522Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/vi.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":"2022-10-06T14:38:30.000Z","updated_at":"2025-01-20T08:59:57.000Z","dependencies_parsed_at":"2024-10-16T13:10:57.957Z","dependency_job_id":null,"html_url":"https://github.com/vi/csvcatrow","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"1f1e1fce5cbe2fb45de479e8a89fea420148fb3e"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vi%2Fcsvcatrow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vi%2Fcsvcatrow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vi%2Fcsvcatrow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vi%2Fcsvcatrow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vi","download_url":"https://codeload.github.com/vi/csvcatrow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249085429,"owners_count":21210267,"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":[],"created_at":"2024-10-01T13:54:07.253Z","updated_at":"2025-04-15T14:13:32.409Z","avatar_url":"https://github.com/vi.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# csvcatrow \n\nTool for concatenating many small csv files into one big table row-wise, analogue of [`xsv cat rows`][1], but handling reordered or different columns.\n\n\n```\n$ cat 1.csv\na,b\n1,2\n\n$ cat 2.csv\nb,a\n2,1\n\n$ cat 3.csv\na,b,c\n1,2,3\n\n$ csvcatrow 1.csv 2.csv 3.csv\na,b,c\n1,2,\n1,2,\n1,2,3\n```\n\nInstall it with `cargo install --path .` (or `cargo install csvcatrow`) or download pre-built execitables from [Github Releases][2].\n\n[1]:https://github.com/BurntSushi/xsv\n[2]:https://github.com/vi/csvcatrow/releases/\n\n# See also\n\n[qsv's `cat rowskey`][3] subcommand.\n\n[3]:https://github.com/jqnatividad/qsv/blob/fd4dd17272c06e085045929d59620fc0a5c4b04e/src/cmd/cat.rs#L18\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvi%2Fcsvcatrow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvi%2Fcsvcatrow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvi%2Fcsvcatrow/lists"}