{"id":19850809,"url":"https://github.com/jlarky/csv-parse","last_synced_at":"2025-02-28T20:49:10.480Z","repository":{"id":244148256,"uuid":"814408119","full_name":"JLarky/csv-parse","owner":"JLarky","description":"Dead simple to use CSV parser","archived":false,"fork":false,"pushed_at":"2024-06-13T01:28:52.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T13:14:31.497Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jsr.io/@jlarky/csv-parse","language":"TypeScript","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/JLarky.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,"publiccode":null,"codemeta":null}},"created_at":"2024-06-13T00:43:44.000Z","updated_at":"2024-08-02T07:12:11.000Z","dependencies_parsed_at":"2024-06-13T05:45:22.802Z","dependency_job_id":null,"html_url":"https://github.com/JLarky/csv-parse","commit_stats":null,"previous_names":["jlarky/csv-parse"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JLarky%2Fcsv-parse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JLarky%2Fcsv-parse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JLarky%2Fcsv-parse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JLarky%2Fcsv-parse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JLarky","download_url":"https://codeload.github.com/JLarky/csv-parse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241231878,"owners_count":19931230,"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-11-12T13:27:50.780Z","updated_at":"2025-02-28T20:49:10.457Z","avatar_url":"https://github.com/JLarky.png","language":"TypeScript","readme":"# @jlarky/csv-parse [![JSR](https://jsr.io/badges/@jlarky/csv-parse)](https://jsr.io/@jlarky/csv-parse)\n\n\n## Installation\n\n```bash\nbunx jsr add @jlarky/csv-parse\n# or\nnpx jsr add @jlarky/csv-parse\n```\n\n## Example\n\n```jsx\nimport { parse } from \"@jlarky/csv-parse\";\n\nconst input = \"a,b,c\\n1,2,3\\n4,5,6\";\nconst options = { columns: true };\n\nconst result = await parse(input, options);\n\nif (result.success) {\n  console.log(result.records);\n} else {\n  console.error(result.err);\n}\n```\n\n## Browser\n\n```js\nconst { parse } = await import(\"https://esm.sh/jsr/@jlarky/csv-parse@latest\");\nawait parse(\"123,456\")\n```\n\n## Development\n\nTo install dependencies:\n\n```bash\nbun install\n```\n\nTo test:\n\n```bash\nbun test\n```\n\nTo publish:\n\n```bash\nbun run publish\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlarky%2Fcsv-parse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjlarky%2Fcsv-parse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlarky%2Fcsv-parse/lists"}