{"id":16602601,"url":"https://github.com/xta/csvconcat","last_synced_at":"2026-07-11T13:33:37.767Z","repository":{"id":139223450,"uuid":"114416544","full_name":"xta/csvConcat","owner":"xta","description":"combines CSV files into a single file","archived":false,"fork":false,"pushed_at":"2017-12-15T22:37:57.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-07-11T13:33:37.282Z","etag":null,"topics":["concatenation","csv","golang"],"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/xta.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":"2017-12-15T22:33:32.000Z","updated_at":"2017-12-15T22:38:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"c5a30368-e5d8-4e6d-ad50-7b9d8531f40e","html_url":"https://github.com/xta/csvConcat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xta/csvConcat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xta%2FcsvConcat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xta%2FcsvConcat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xta%2FcsvConcat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xta%2FcsvConcat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xta","download_url":"https://codeload.github.com/xta/csvConcat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xta%2FcsvConcat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35364269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-11T02:00:05.354Z","response_time":104,"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":["concatenation","csv","golang"],"created_at":"2024-10-12T00:22:58.379Z","updated_at":"2026-07-11T13:33:37.741Z","avatar_url":"https://github.com/xta.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSV Concat\n\nCSV Concat combines 1+ text files into a single output file. The intended file type is CSV files, but any text file will work as long as first row is header and rest of rows are non-header\n\nCaveats:\n\n* Does NOT validate your CSV files\n* Overwrites the file at the output path\n* Assumes all files have a header row\n* Assumes no row is longer than 65,536 characters\n\n## Arguments\n\nRequired\n\n\t* input relative file path(s)\n\t* output relative file path\n\n## Setup\n\n\t# Installs to Command Line via your $GOPATH/bin/\n\tmake\n\n## Usage\n\n\tcsvConcat --in '[INPUT FILES]' --out [OUTPUT_FILE]\n\n## Example\n\n\tcsvConcat --in 'test/file1.csv test/file2.csv test/file3.csv' --out combined.csv\n\n## Help\n\n\tcsvConcat -h\n\n## Run Tests\n\n\tmake test\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxta%2Fcsvconcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxta%2Fcsvconcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxta%2Fcsvconcat/lists"}