{"library":"vue-papa-parse","type":"library","category":null,"description":"Vue PapaParse is a lightweight wrapper that integrates the powerful PapaParse library into Vue.js applications, enabling seamless CSV parsing and unparsing. It supports both Vue 2 (via `Vue.use`) and Vue 3 (via `app.use` and `inject`), making it a versatile choice for projects needing to handle delimited text data. The current stable version is 3.1.0, and development is active with recent minor updates. Key differentiators include its deep integration into the Vue reactivity system, providing the PapaParse instance directly on the Vue component context (e.g., `this.$papa` or through `inject('papa')`), and extending PapaParse with additional utility methods like `download` and `dedupe`. This allows for straightforward data import and export within Vue components without directly managing the underlying PapaParse library. It addresses common CSV parsing challenges, such as handling various delimiters, quoted fields, and line endings reliably.","language":"javascript","status":"active","version":"3.1.0","tags":["javascript","vue","vuejs","vue.js","vue2","vue3","vue-papa-parse","PapaParse","parse","typescript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install vue-papa-parse","imports":["import VuePapaParse from 'vue-papa-parse'","this.$papa.parse(csvString, config)","const papa = inject('papa'); papa.parse(csvString, config)"]},{"cmd":"yarn add vue-papa-parse","imports":[]},{"cmd":"pnpm add vue-papa-parse","imports":[]}],"homepage":null,"github":"https://github.com/twickstrom/vue-papa-parse","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/vue-papa-parse","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/vue-papa-parse/compatibility"}}