{"library":"table-parser-base","type":"library","category":null,"description":"table-parser-base is a lightweight JavaScript utility library designed to facilitate the transformation of tabular data structures. Primarily, it offers functions to convert between an `ArrayTable` format (an object with separate `headers` and `rows` arrays) and an `ObjectTable` format (an array of objects, where each object represents a row). Currently at version 0.0.5, the package is in a very early stage of development, implying an ad-hoc release cadence without a fixed schedule and potential for rapid iteration on its API. Its core differentiation lies in providing simple, focused, and stream-capable utilities for these specific table data model conversions, often serving as foundational components for broader data parsing or manipulation pipelines. It emphasizes an asynchronous, iterable approach for processing object tables, which is suitable for potentially large datasets.","language":"javascript","status":"active","version":"0.0.5","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install table-parser-base","imports":["import { createObjectTable } from 'table-parser-base'","import { createArrayTable } from 'table-parser-base'"]},{"cmd":"yarn add table-parser-base","imports":[]},{"cmd":"pnpm add table-parser-base","imports":[]}],"homepage":"https://ksxnodeapps.github.io/fun-little-utilities/","github":"https://github.com/ksxnodeapps/fun-little-utilities","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/table-parser-base","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/table-parser-base/compatibility"}}