{"id":18074950,"url":"https://github.com/joaoduarte19/csvparser","last_synced_at":"2026-01-20T03:02:20.802Z","repository":{"id":110960852,"uuid":"244458379","full_name":"joaoduarte19/csvparser","owner":"joaoduarte19","description":"CSV Parser for Delphi","archived":false,"fork":false,"pushed_at":"2020-03-09T19:11:14.000Z","size":12,"stargazers_count":16,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T18:53:11.891Z","etag":null,"topics":["csv","csv-parser","delphi"],"latest_commit_sha":null,"homepage":null,"language":"Pascal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joaoduarte19.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2020-03-02T19:36:21.000Z","updated_at":"2024-12-16T18:32:57.000Z","dependencies_parsed_at":"2023-04-26T16:52:16.029Z","dependency_job_id":null,"html_url":"https://github.com/joaoduarte19/csvparser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joaoduarte19/csvparser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaoduarte19%2Fcsvparser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaoduarte19%2Fcsvparser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaoduarte19%2Fcsvparser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaoduarte19%2Fcsvparser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joaoduarte19","download_url":"https://codeload.github.com/joaoduarte19/csvparser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaoduarte19%2Fcsvparser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28594958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"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","delphi"],"created_at":"2024-10-31T10:23:59.887Z","updated_at":"2026-01-20T03:02:20.784Z","avatar_url":"https://github.com/joaoduarte19.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSV Parser\nCSV Parser for Delphi\n\n## Samples\n```delphi\nuses\n  System.SysUtils,\n  CSVParser.Reader;\n\nvar\n  LCSVReader: TCSVReader;\nbegin\n  try\n    LCSVReader := TCSVReader.Create;\n    try\n      LCSVReader.LoadFromFile('path_to_csv_file.csv');\n      while not LCSVReader.Eof do\n      try\n        // Get field by index\n        Writeln(LCSVReader.Field[0]);\n        // Get field by name\n        Writeln(LCSVReader.FieldByName['field_name']);\n      finally\n        LCSVReader.Next;\n      end;\n    finally\n      LCSVReader.Free;\n    end;\n  except\n    on E: Exception do\n      Writeln(E.ClassName, ': ', E.Message);\n  end;\nend.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaoduarte19%2Fcsvparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoaoduarte19%2Fcsvparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaoduarte19%2Fcsvparser/lists"}