{"id":23686305,"url":"https://github.com/pchemguy/csvparser","last_synced_at":"2026-02-28T17:03:37.171Z","repository":{"id":225099370,"uuid":"345202090","full_name":"pchemguy/CSVParser","owner":"pchemguy","description":"Parses delimited files (CSV) using pure VBA or Excel assisted VBA.","archived":false,"fork":false,"pushed_at":"2021-05-02T18:51:52.000Z","size":515,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-22T00:40:11.505Z","etag":null,"topics":["csv-import","csv-parser","vba","vba-excel"],"latest_commit_sha":null,"homepage":"","language":"VBA","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/pchemguy.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}},"created_at":"2021-03-06T21:47:08.000Z","updated_at":"2025-04-22T10:49:38.000Z","dependencies_parsed_at":"2024-02-29T08:55:30.773Z","dependency_job_id":null,"html_url":"https://github.com/pchemguy/CSVParser","commit_stats":null,"previous_names":["pchemguy/csvparser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pchemguy/CSVParser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchemguy%2FCSVParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchemguy%2FCSVParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchemguy%2FCSVParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchemguy%2FCSVParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pchemguy","download_url":"https://codeload.github.com/pchemguy/CSVParser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchemguy%2FCSVParser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29943678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:49:17.081Z","status":"ssl_error","status_checked_at":"2026-02-28T13:48:50.396Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-import","csv-parser","vba","vba-excel"],"created_at":"2024-12-29T21:19:16.560Z","updated_at":"2026-02-28T17:03:37.143Z","avatar_url":"https://github.com/pchemguy.png","language":"VBA","funding_links":[],"categories":[],"sub_categories":[],"readme":"Excel VBA provides several functionalities for parsing text delimited files:\n\n- basic file I/O and the Split function (basic parser);\n- Workbook.Open/Workbook.OpenText functions;\n- Excel's QueryTable.\n\nCSVParser implements the first two options. The basic parser is less flexible but at least 20x faster than Workbook.Open/Workbook.OpenText. Excel parser (Workbook.Open/Workbook.OpenText) ignores parsing options if the file has a \".csv\" extension. So to ensure correct parsing of a \".csv\" file, it is temporarily renamed, parsed, and renamed back.\n\n\"Project/Common/CSV Parser/CSVParser.cls\" contains the CSVParser class. \"Project/Common/CSV Parser/CSVParserSnippets.bas\" and \"Project/Common/CSV Parser/CSVParserTests.bas\" modules contain usage examples and tests. The repository root also contains two test files \"Contacts.xsv\" and \"Contacts.csv\" with identical content.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpchemguy%2Fcsvparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpchemguy%2Fcsvparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpchemguy%2Fcsvparser/lists"}