{"id":13543972,"url":"https://github.com/rluba/jai-csv","last_synced_at":"2025-04-02T13:31:22.638Z","repository":{"id":73421541,"uuid":"313345810","full_name":"rluba/jai-csv","owner":"rluba","description":"Tiny CSV module for Jai","archived":false,"fork":false,"pushed_at":"2023-08-31T13:57:19.000Z","size":9,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-03T10:33:31.920Z","etag":null,"topics":["csv","jai","parser"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rluba.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}},"created_at":"2020-11-16T15:29:12.000Z","updated_at":"2024-05-31T19:43:23.000Z","dependencies_parsed_at":"2023-09-20T02:49:54.570Z","dependency_job_id":null,"html_url":"https://github.com/rluba/jai-csv","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/rluba%2Fjai-csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rluba%2Fjai-csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rluba%2Fjai-csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rluba%2Fjai-csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rluba","download_url":"https://codeload.github.com/rluba/jai-csv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246823712,"owners_count":20839765,"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":["csv","jai","parser"],"created_at":"2024-08-01T11:00:39.894Z","updated_at":"2025-04-02T13:31:17.626Z","avatar_url":"https://github.com/rluba.png","language":null,"funding_links":[],"categories":["Libraries"],"sub_categories":[],"readme":"# Tiny CSV module for Jai\n\nThis tiny module has just three primary functions:\n\n* `csv_parse` parses a CSV string into an array of any given type.\n* `csv_escape` escapes a value (if needed) so that it can be safely written in to a CSV column.\n* `append_csv_escaped` is similar to `csv_escape` but directly appends the (potentially escaped) value to a `String_Builder`.\n\nCurrently, `csv_parse` can only parse into string, float, and integer members.\n\nSee [`module.jai`](./module.jai) for details.\n\n## Memory model\n\nYou’re responsible for freeing everything (including strings) in the result array returned by `csv_parse`.\nUsing a Pool allocator around your `csv_parse` calls might be a good idea.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frluba%2Fjai-csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frluba%2Fjai-csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frluba%2Fjai-csv/lists"}