{"id":16341711,"url":"https://github.com/psibi/csv-parser","last_synced_at":"2025-03-23T00:32:31.435Z","repository":{"id":4569527,"uuid":"5710940","full_name":"psibi/csv-parser","owner":"psibi","description":"A CSV Parser in C++ without any bells and whistles","archived":false,"fork":false,"pushed_at":"2016-06-27T16:59:25.000Z","size":227,"stargazers_count":23,"open_issues_count":3,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-18T15:54:19.150Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/psibi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-09-07T01:25:06.000Z","updated_at":"2024-10-31T19:21:24.000Z","dependencies_parsed_at":"2022-08-26T07:21:39.034Z","dependency_job_id":null,"html_url":"https://github.com/psibi/csv-parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psibi%2Fcsv-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psibi%2Fcsv-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psibi%2Fcsv-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psibi%2Fcsv-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psibi","download_url":"https://codeload.github.com/psibi/csv-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245040235,"owners_count":20551297,"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":"2024-10-11T00:00:11.969Z","updated_at":"2025-03-23T00:32:31.021Z","avatar_url":"https://github.com/psibi.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"CSV-Parser in C++\n------------------\nA CSV Parser in C++ without any bells and whistles.\n\nUsage:\n-------\n\n\u003cpre\u003e\n//Create object of csv_parser and pass the filename as the argument.\ncsv_parser csv(\"demo.txt\");\n\n//For getting values according to row number and column number. Remember it starts from (1,1) and not (0,0)\nstring value = csv.get_value(3,4);\n\n//For getting a particular row in the CSV file\nstring line = csv.get_line(3);\n\n//For getting number of fields in a particular row.\nint total_fields = csv.fields(csv.get_line(3));\n\u003c/pre\u003e\n\nFor demo, see the code demo.cpp under examples folder.\n\nLicense:\n---------\nGNU General Public License v3 (GPLv3)\n\nBug Report:\n------------\nIssue it here: https://github.com/psibi/csv-parser/issues\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsibi%2Fcsv-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsibi%2Fcsv-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsibi%2Fcsv-parser/lists"}