{"id":24493080,"url":"https://github.com/open-node/parsecsv","last_synced_at":"2025-03-15T03:29:57.889Z","repository":{"id":74486732,"uuid":"46467295","full_name":"open-node/parsecsv","owner":"open-node","description":null,"archived":false,"fork":false,"pushed_at":"2015-11-24T12:34:44.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T19:18:58.328Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/open-node.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}},"created_at":"2015-11-19T04:21:04.000Z","updated_at":"2015-11-19T07:41:25.000Z","dependencies_parsed_at":"2023-03-10T03:13:08.040Z","dependency_job_id":null,"html_url":"https://github.com/open-node/parsecsv","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/open-node%2Fparsecsv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-node%2Fparsecsv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-node%2Fparsecsv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-node%2Fparsecsv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-node","download_url":"https://codeload.github.com/open-node/parsecsv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243680969,"owners_count":20330152,"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":"2025-01-21T19:19:03.393Z","updated_at":"2025-03-15T03:29:57.863Z","avatar_url":"https://github.com/open-node.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parse standard csv or like csv format\n\n## example\n\n```sh\nnpm install parsecsv --save\n```\n\n```js\nvar csv = require('parsecsv')();\n\nvar row = csv(line);\n// when line is 'hello,world'\n// row is ['hello', 'world']\n```\n\n##  options\n```js\ncsv = require('parsecsv')({\n  separator: ',' // separator char default ','\n  escape: '\"', // escape char, default '\"'\n  columns: 0, // if check column length\n});\n```\n\n\n## license: MIT\n\n## Author: Redstone Zhao\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-node%2Fparsecsv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-node%2Fparsecsv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-node%2Fparsecsv/lists"}