{"id":23838351,"url":"https://github.com/gluonfield/splitcsv","last_synced_at":"2025-11-08T04:05:47.457Z","repository":{"id":249510356,"uuid":"831713592","full_name":"gluonfield/splitcsv","owner":"gluonfield","description":"A CLI application that splits a CSV file into multiple files, each containing a header row and a specified number of data rows.","archived":false,"fork":false,"pushed_at":"2024-07-21T12:36:12.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-01T10:38:39.099Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/gluonfield.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":"2024-07-21T12:10:08.000Z","updated_at":"2024-09-20T07:27:35.000Z","dependencies_parsed_at":"2024-07-21T13:49:56.944Z","dependency_job_id":null,"html_url":"https://github.com/gluonfield/splitcsv","commit_stats":null,"previous_names":["augustdev/splitcsv","gluonfield/splitcsv"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluonfield%2Fsplitcsv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluonfield%2Fsplitcsv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluonfield%2Fsplitcsv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluonfield%2Fsplitcsv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gluonfield","download_url":"https://codeload.github.com/gluonfield/splitcsv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240124589,"owners_count":19751522,"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-02T16:57:16.054Z","updated_at":"2025-11-08T04:05:47.416Z","avatar_url":"https://github.com/gluonfield.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SplitCSV\n\nA CLI application that splits a CSV file into multiple files, each containing a header row and a specified number of data rows.\n\n```sh\nUsage:\n  splitcsv [flags]\n\nFlags:\n  -f, --file string     Path to the CSV file (required)\n  -h, --help            help for splitcsv\n  -r, --rows int        Number of rows per output file (required) (default 10)\n  -s, --suffix string   Suffix prepended to the output file name\n  -t, --trims3          Trim the s3 paths like s3://file to /file\n\n```\n\n## Install\n\n### MacOS\n\n```sh\nbrew tap augustdev/splitcsv\nbrew install splitcsv\n```\n\n### Linux/Windows\n\nCheck the Download and Build sections.\n\n## Download\n\nYou can download precompiled binary in [Releases](https://github.com/AugustDev/splitcsv/releases/latest).\n\n## Build\n\nYou should have Go installed.\n\n```sh\nmake build-all\n```\n\nwhich will build binaries in `./bin` directory.\n\n## Example usage\n\n```sh\nsplitcsv --file file.csv --rows 4 --suffix float --trims3\nsplitcsv -f file.csv -r 3\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgluonfield%2Fsplitcsv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgluonfield%2Fsplitcsv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgluonfield%2Fsplitcsv/lists"}