{"id":18656033,"url":"https://github.com/geometryzen/davinci-csv","last_synced_at":"2025-11-05T20:30:29.970Z","repository":{"id":17751312,"uuid":"82636155","full_name":"geometryzen/davinci-csv","owner":"geometryzen","description":"Comma Separated Value (CSV) Library for JavaScript with TypeScript d.ts files.","archived":false,"fork":false,"pushed_at":"2024-03-24T12:31:36.000Z","size":1183,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T01:18:11.249Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geometryzen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2017-02-21T04:32:12.000Z","updated_at":"2023-01-09T15:24:13.000Z","dependencies_parsed_at":"2024-12-27T14:41:48.185Z","dependency_job_id":"a6f0864a-671d-404c-b29b-27f1d3ca6ceb","html_url":"https://github.com/geometryzen/davinci-csv","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":0.1428571428571429,"last_synced_commit":"10ea32a671f5c33af702a6cce6a8ab540b6063ff"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geometryzen%2Fdavinci-csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geometryzen%2Fdavinci-csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geometryzen%2Fdavinci-csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geometryzen%2Fdavinci-csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geometryzen","download_url":"https://codeload.github.com/geometryzen/davinci-csv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239470886,"owners_count":19644204,"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-07T07:21:33.816Z","updated_at":"2025-11-05T20:30:29.932Z","avatar_url":"https://github.com/geometryzen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# davinci-csv\nComma Separated Value (CSV) Library for JavaScript with TypeScript d.ts files.\n\n## Example.\n\n```typescript\nimport {parse, Dialect, Field} from 'davinci-csv'\n\n/**\n * Parse CSV from the contents of a script tag with the specified identifier.\n */\nfunction csvFromScriptElementId(id: string, dialect?: Dialect): Field[][] {\n    const dataElement = document.getElementById(id)\n    if (dataElement) {\n        const csvText = dataElement.innerText\n        return parse(csvText, dialect)\n    }\n    else {\n        throw new Error(`${id} is not a valid element id`)\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeometryzen%2Fdavinci-csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeometryzen%2Fdavinci-csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeometryzen%2Fdavinci-csv/lists"}