{"id":15296156,"url":"https://github.com/furfurylic/commata","last_synced_at":"2026-03-16T13:10:37.295Z","repository":{"id":44375176,"uuid":"86032701","full_name":"furfurylic/commata","owner":"furfurylic","description":"Just another header-only C++17 CSV parser","archived":false,"fork":false,"pushed_at":"2025-05-04T02:32:40.000Z","size":2173,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-06T21:06:54.244Z","etag":null,"topics":["cpp17","csv","header-only"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/furfurylic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2017-03-24T06:01:44.000Z","updated_at":"2025-05-04T02:32:41.000Z","dependencies_parsed_at":"2023-10-28T02:33:36.528Z","dependency_job_id":"c456f71c-c293-446a-bcfc-a56e1a230c73","html_url":"https://github.com/furfurylic/commata","commit_stats":null,"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furfurylic%2Fcommata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furfurylic%2Fcommata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furfurylic%2Fcommata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furfurylic%2Fcommata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/furfurylic","download_url":"https://codeload.github.com/furfurylic/commata/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252769420,"owners_count":21801378,"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":["cpp17","csv","header-only"],"created_at":"2024-09-30T18:09:36.200Z","updated_at":"2026-03-16T13:10:37.282Z","avatar_url":"https://github.com/furfurylic.png","language":"C++","readme":"# Commata\n\nJust another header-only C++17 CSV parser\n\n## For users\n\n - [Primer](CommataPrimer.md)\n - [Specification](https://furfurylic.github.io/commata/CommataSpecification.xml)\n\nCommata's version numbers strictly comply to\n[Semantic Versioning](https://semver.org/) only since the major version one.\nWith the major version zero, each pre-release version has been misapplied to\nindicate a bugfix release.\nSo, for example, 0.2.4-bug1 came after 0.2.4, which is not an order that\nSemantic Versioning mandates.\n\n## For developers\n\nCommata is written in C++17 and consists only of headers.\nAll C++ codes in this repository shall compile and link with\nMicrosoft Visual Studio 2019, 2022, GCC 8.5 and Clang 20.1.\n\nThis repository also contains a test of it in `src_test` directory.\nTests are written on [GoogleTest](https://github.com/google/googletest) v1.14.0.\nCommata employs CMake 3.13 or later to make the test.\nYou can build it as follows:\n\n 1. At the top directory of the repository, prepare GoogleTest and the tests for\n    Commata with CMake into `build` directory:\n    ```bash\n    $ cmake -S . -B build -DCOMMATA_BUILD_TESTS=ON\n    ```\n    You can also explicitly specify the geneator, the platform, the build type, and so on. For example:\n    ```bash\n    $ cmake -S . -B build -GNinja -DCMAKE_BUILD_TYPE=Debug -DCOMMATA_BUILD_TESTS=ON\n    ```\n    or\n    ```bash\n    $ cmake -S . -B build -G \"Visual Studio 17 2022\" -A x64 -DCOMMATA_BUILD_TESTS=ON\n    ```\n\n 1. Now you can make and execute the tests.\n    All you have to do should be `cd build`, `cmake --build .`, and then `src_test/test_commata`.\n    Or, with Microsoft Visual Studio, open `commata.sln` in `build` directory, build `test_commata` project, and run it.\n","funding_links":[],"categories":["CSV"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffurfurylic%2Fcommata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffurfurylic%2Fcommata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffurfurylic%2Fcommata/lists"}