{"id":24698557,"url":"https://github.com/faradayio/csvkiller","last_synced_at":"2025-10-09T06:30:56.970Z","repository":{"id":18246642,"uuid":"21398485","full_name":"faradayio/csvkiller","owner":"faradayio","description":"Segment CSV files by any column","archived":false,"fork":false,"pushed_at":"2015-03-06T21:34:00.000Z","size":300,"stargazers_count":6,"open_issues_count":4,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-01-21T08:37:27.897Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/faradayio.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":"2014-07-01T18:41:33.000Z","updated_at":"2020-09-10T18:53:00.000Z","dependencies_parsed_at":"2022-09-24T23:11:41.489Z","dependency_job_id":null,"html_url":"https://github.com/faradayio/csvkiller","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/faradayio%2Fcsvkiller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fcsvkiller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fcsvkiller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fcsvkiller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faradayio","download_url":"https://codeload.github.com/faradayio/csvkiller/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235801792,"owners_count":19047126,"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":"2025-01-27T04:29:18.955Z","updated_at":"2025-10-09T06:30:51.583Z","avatar_url":"https://github.com/faradayio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"csvkiller\n=========\n\nSegment CSV files by any column\n\n#Dependencies\n\nnodejs, npm, and bash\n\n#Installation\n\nDepending on your environment you may need to run this as root\n\n```bash\nnpm install -g csvkiller\n```\n\n#Usage\n\n```\nUsage: csvkiller -c [column] [options] [file ...]\n\nOptions:\n\n  -h, --help                           output usage information\n  -V, --version                        output the version number\n  -c, --column [name]                  Which column to segment by\n  -d, --delimiter [delimiter]          How to split up lines in the input file (use TAB for tab-delimited) [,]\n  -o, --output-directory [path]        Output directory [./output]\n  -od, --output-delimiter [delimiter]  How to split up lines in the output files (use TAB for tab-delimited) [,]\n  -b, --buffer-size [characters]       Max characters in the output buffer [1000000]\n  -u, --uppercase                      Case insensitive column matching, write to OUTPUT.csv instead of Output.csv\n  -l, --lowercase                      Case insensitive column matching, write to output.csv instead of Output.csv\n  -v, --verbose                        Verbose output\n```\n\n#Examples\n\nTurn `people.csv` into `output/male.csv` and `output/female.csv`\n\n```bash\ncsvkiller -d TAB -c gender people.tsv\n```\n\nCombine `*.csv` into `output/Alabama.csv`, `output/Alaska.csv`, etc\n\n```bash\ncsvkiller -c state *.csv\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaradayio%2Fcsvkiller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaradayio%2Fcsvkiller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaradayio%2Fcsvkiller/lists"}