awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mholt avatar

mholt/PapaParse

0
View on GitHub↗
13,492 stars·1,177 forks·JavaScript·MIT·6 vuesPapaParse.com↗

PapaParse

PapaParse is a delimited text processing library that converts CSV files into JSON objects or arrays. It provides a suite of tools for parsing delimited text and transforming structured data objects back into CSV formats through bidirectional serialization.

The library is characterized by its ability to process massive datasets using incremental streaming and chunk-based processing to prevent memory overload. It includes an automatic delimiter detector to identify separator characters without manual configuration and utilizes web workers to offload parsing logic to background threads, keeping the user interface responsive.

The toolset covers a broad range of data ingestion capabilities, including the handling of malformed input, multi-line fields, and escaped quotes via state-machine parsing. It supports data import from both local and network sources.

Features

  • CSV Parsers - Provides a comprehensive library for converting delimited CSV text files into JSON objects or arrays.
  • Delimited Data Parsers - Parses delimited text files into JSON while handling complex line breaks and quotations.
  • Incremental Data Streaming - Emits parsed results incrementally to allow processing of data streams that exceed available memory.
  • Large Dataset Streaming - Implements incremental streaming to process massive datasets without overloading system memory.
  • Streaming Processors - Handles massive CSV files using memory-efficient streaming modes to prevent memory overload.
  • Background Processing Workers - Offloads intensive parsing logic to background web workers to keep the browser UI responsive.
  • Client-Side Data Ingestion - Enables the parsing of uploaded CSV files directly in the browser using background workers.
  • JSON to CSV Conversion - Transforms structured JSON data back into delimited text formats through a reverse parsing process.
  • CSV Serialization - Transforms structured JSON data objects back into delimited CSV text through reverse mapping.
  • CSV Serialization - Transforms JSON data structures into CSV formats through a reverse parsing process.
  • Automatic Delimiter Detection - Provides automatic identification of separator characters in delimited text files to remove manual configuration.
  • File Processing - Powerful CSV parsing and export library.
  • Parsing Tools - Fast CSV parser.
  • File Utilities - CSV parsing and export library.

Historique des stars

Graphique de l'historique des stars pour mholt/papaparseGraphique de l'historique des stars pour mholt/papaparse

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à PapaParse

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec PapaParse.
  • fasterxml/jacksonAvatar de FasterXML

    FasterXML/jackson

    9,740Voir sur GitHub↗

    Jackson is a Java data binding framework and multi-format data serializer used to translate data structures into native language objects. It functions as a JSON data binding library and a streaming parser that reads and writes data as discrete tokens to process large datasets with minimal memory. The project distinguishes itself through a bytecode serialization accelerator that replaces standard reflection with generated bytecode to increase data binding speed. It employs a module-based extensibility model to support a wide range of formats beyond JSON, including XML, YAML, CSV, TOML, and bin

    hacktoberfestjacksonjava-json
    Voir sur GitHub↗9,740
  • nanopb/nanopbAvatar de nanopb

    nanopb/nanopb

    5,437Voir sur GitHub↗

    Nanopb is a lightweight C implementation of Protocol Buffers designed for resource-constrained systems and microcontrollers. It functions as both an embedded serialization library for encoding and decoding structured data and a code generator that transforms definition files into compact C source and header files. The project is distinguished by its focus on static memory allocation, using fixed maximum sizes for strings and arrays to avoid dynamic memory allocation and heap fragmentation. It employs a callback-based streaming mechanism to process messages or fields that exceed available phys

    C
    Voir sur GitHub↗5,437
  • syoyo/tinygltfAvatar de syoyo

    syoyo/tinygltf

    2,471Voir sur GitHub↗

    tinygltf is a C++ library designed as a parser, serializer, and validation tool for 3D models in the glTF 2.0 binary and JSON formats. It functions as a streaming processor that can handle large 3D asset files incrementally through a callback-driven approach to reduce memory overhead. The library uses a header-only implementation to simplify integration. It employs memory mapping to map binary buffers directly into memory and utilizes a symmetric parse-write pipeline to maintain data consistency between reading and writing files. The system provides capabilities for 3D asset processing, incl

    C++cppgltf
    Voir sur GitHub↗2,471
  • xuri/excelizeAvatar de xuri

    xuri/excelize

    20,668Voir sur GitHub↗

    Excelize is a Go library designed for reading, writing, and modifying Microsoft Excel files in XML-based formats. It functions as a spreadsheet file parser and generator that enables the programmatic extraction and modification of data. The library includes a streaming spreadsheet processor to handle massive datasets incrementally, preventing system memory exhaustion during large-scale read and write operations. It also provides a chart generator to convert worksheet values or external data sources into visual representations within the spreadsheet. Beyond core file processing, the project c

    Go
    Voir sur GitHub↗20,668
Voir les 30 alternatives à PapaParse→

Questions fréquentes

Que fait mholt/papaparse ?

PapaParse is a delimited text processing library that converts CSV files into JSON objects or arrays. It provides a suite of tools for parsing delimited text and transforming structured data objects back into CSV formats through bidirectional serialization.

Quelles sont les fonctionnalités principales de mholt/papaparse ?

Les fonctionnalités principales de mholt/papaparse sont : CSV Parsers, Delimited Data Parsers, Incremental Data Streaming, Large Dataset Streaming, Streaming Processors, Background Processing Workers, Client-Side Data Ingestion, JSON to CSV Conversion.

Quelles sont les alternatives open-source à mholt/papaparse ?

Les alternatives open-source à mholt/papaparse incluent : fasterxml/jackson — Jackson is a Java data binding framework and multi-format data serializer used to translate data structures into… syoyo/tinygltf — tinygltf is a C++ library designed as a parser, serializer, and validation tool for 3D models in the glTF 2.0 binary… nanopb/nanopb — Nanopb is a lightweight C implementation of Protocol Buffers designed for resource-constrained systems and… xuri/excelize — Excelize is a Go library designed for reading, writing, and modifying Microsoft Excel files in XML-based formats. It… serde-rs/serde — This project is a framework for the efficient serialization and deserialization of data structures. It provides a… adaltas/node-csv — This library is a CSV data serializer and stringifier for transforming structured records into comma-separated values.…