{"id":43030209,"url":"https://github.com/alidevhere/csv-column-extractor","last_synced_at":"2026-01-31T07:35:08.319Z","repository":{"id":79218595,"uuid":"605049288","full_name":"alidevhere/csv-column-extractor","owner":"alidevhere","description":"Extracts columns from one file and copies into other file in defined order.","archived":false,"fork":false,"pushed_at":"2025-02-02T21:59:03.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-02T22:26:50.448Z","etag":null,"topics":["csv","csv-parser","extractor","go-csv","go-package","golang","golang-library"],"latest_commit_sha":null,"homepage":"","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/alidevhere.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":"2023-02-22T10:36:29.000Z","updated_at":"2023-04-09T09:28:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"2942ec44-81dd-4648-bf5f-fa9e63466920","html_url":"https://github.com/alidevhere/csv-column-extractor","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/alidevhere/csv-column-extractor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alidevhere%2Fcsv-column-extractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alidevhere%2Fcsv-column-extractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alidevhere%2Fcsv-column-extractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alidevhere%2Fcsv-column-extractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alidevhere","download_url":"https://codeload.github.com/alidevhere/csv-column-extractor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alidevhere%2Fcsv-column-extractor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28933429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T04:05:25.756Z","status":"ssl_error","status_checked_at":"2026-01-31T04:02:35.005Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["csv","csv-parser","extractor","go-csv","go-package","golang","golang-library"],"created_at":"2026-01-31T07:35:08.243Z","updated_at":"2026-01-31T07:35:08.306Z","avatar_url":"https://github.com/alidevhere.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSV Column Extractor\nExtracts columns from one file and copies into other file in defined order.\n\n\n## Download package\n\n```\ngo get github.com/alidevhere/csv-column-extractor\n\n```\n\n# Example:\nIn this example column number 0 and 2 are copied into a new file, columns are copied into new file in defined order i.e 0 and 2 in this case.\n\n```\n\nerr := CopyCSVColumns(\"src.csv\", \"dst.csv\",ExtractorOptions{SkipHeader: true, Columns: []int{0, 2}})\n\nif err != nil {\n\tfmt.Println(err)\n}\n\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falidevhere%2Fcsv-column-extractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falidevhere%2Fcsv-column-extractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falidevhere%2Fcsv-column-extractor/lists"}