{"library":"csv-simple-parser","type":"library","category":null,"description":"csv-simple-parser is a lightweight, fast, and highly configurable CSV parsing library for JavaScript and TypeScript. It offers robust functionality for converting CSV string data into either arrays of string arrays or arrays of objects (when headers are present). A key differentiator is its built-in, configurable type inference system, which can automatically convert string values to numbers, booleans, or nulls, or be customized with a user-defined inference function. The library is currently at version 2.0.2 and appears to have a stable, though not rapid, release cadence, focusing on simplicity and performance. It's suitable for both Node.js and browser environments, providing a straightforward API for common CSV parsing tasks without the overhead of more complex streaming parsers.","language":"javascript","status":"active","version":"2.0.2","tags":["javascript","csv","fast","parser","typescript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install csv-simple-parser","imports":["import parse from 'csv-simple-parser';","import type { Options } from 'csv-simple-parser';","import type { CustomInferer } from 'csv-simple-parser';"]},{"cmd":"yarn add csv-simple-parser","imports":[]},{"cmd":"pnpm add csv-simple-parser","imports":[]}],"homepage":null,"github":"https://github.com/fabiospampinato/csv-simple-parser","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/csv-simple-parser","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/csv-simple-parser/compatibility"}}