{"id":21565134,"url":"https://github.com/cfware/csv-parse","last_synced_at":"2025-03-18T05:17:30.335Z","repository":{"id":57101048,"uuid":"294184554","full_name":"cfware/csv-parse","owner":"cfware","description":"Tiny CSV string parser","archived":false,"fork":false,"pushed_at":"2023-10-15T16:16:58.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T11:55:29.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/cfware.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-09-09T17:37:20.000Z","updated_at":"2022-10-26T01:29:03.000Z","dependencies_parsed_at":"2025-01-24T11:53:57.689Z","dependency_job_id":null,"html_url":"https://github.com/cfware/csv-parse","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfware%2Fcsv-parse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfware%2Fcsv-parse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfware%2Fcsv-parse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfware%2Fcsv-parse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cfware","download_url":"https://codeload.github.com/cfware/csv-parse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244160055,"owners_count":20408021,"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-24T10:18:32.307Z","updated_at":"2025-03-18T05:17:30.313Z","avatar_url":"https://github.com/cfware.png","language":"JavaScript","readme":"# @cfware/csv-parse [![NPM Version][npm-image]][npm-url]\n\nTiny CSV string parser\n\n## Usage\n\n```js\nimport parse from '@cfware/csv-parse';\n```\n\n### parse(string, maxRows = Infinity)\n\nParse the JavaScript `string` into an array of rows where each row is an array of\ncolumns.  Setting `maxRows` causes the parse to escape early.\n\n## Attribution\n\nThis is based on code from [dom-csv.js] which is based on [ucsv].  The goal of this\nrewrite is have the smallest possible ES module which parses CSV.\n\n[npm-image]: https://img.shields.io/npm/v/@cfware/csv-parse.svg\n[npm-url]: https://npmjs.org/package/@cfware/csv-parse\n[dom-csv.js]: https://github.com/okfn/csv.js\n[ucsv]: https://github.com/uselesscode/ucsv\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfware%2Fcsv-parse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcfware%2Fcsv-parse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfware%2Fcsv-parse/lists"}