awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mafintosh avatar

mafintosh/csv-parser

0
View on GitHub↗
1,497 estrellas·141 forks·JavaScript·MIT·2 vistas

Csv Parser

Streaming csv parser inspired by binary-csv that aims to be faster than everyone else

Features

  • Parsing Tools - Streaming CSV parser.
  • Parsing Utilities - High-performance streaming CSV parser.

Historial de estrellas

Gráfico del historial de estrellas de mafintosh/csv-parserGráfico del historial de estrellas de mafintosh/csv-parser

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Csv Parser

Proyectos open-source similares, clasificados según cuántas características comparten con Csv Parser.
  • leonidas-from-xiv/node-xml2jsAvatar de Leonidas-from-XIV

    Leonidas-from-XIV/node-xml2js

    4,966Ver en GitHub↗

    This project is a Node.js library for bidirectional conversion between XML strings and JavaScript objects. It functions as an XML parser that transforms XML content into structured data and an XML serializer that generates formatted strings from JavaScript data objects. The toolkit includes a data transformer that applies custom processing functions to tags and attributes during the conversion process. It manages XML namespaces and supports the definition of custom root elements to maintain document structure during generation. The system handles XML data parsing, string generation, and name

    CoffeeScript
    Ver en GitHub↗4,966
  • markdown-it/markdown-itAvatar de markdown-it

    markdown-it/markdown-it

    21,575Ver en GitHub↗

    markdown-it is a token-based Markdown compiler and CommonMark-compliant parser that converts structured plaintext markup into HTML. It functions as an extensible markup processor designed to transform text into browser-ready content while managing security and preventing cross-site scripting. The project is distinguished by a modular plugin system that allows for the extension of parsing capabilities and the addition of custom syntax, such as footnotes, tables, or emojis. It utilizes a two-stage tokenization process to break documents into structural tokens before rendering them into final HT

    JavaScriptcommonmarkjavascriptmarkdown
    Ver en GitHub↗21,575
  • inikulin/parse5Avatar de inikulin

    inikulin/parse5

    3,903Ver en GitHub↗

    parse5 is a WHATWG HTML parser and serializer for Node.js. It transforms HTML strings into a document object model and converts those trees back into valid HTML strings, following the logic defined by the HTML Living Standard. The project functions as a streaming HTML processor, using incremental parsing to handle large documents in chunks. It includes an HTML5 compliant tokenizer that uses a state-machine approach to break input into tokens according to official web specifications. The toolset covers HTML document parsing, serialization, and real-time rewriting via streams. These capabiliti

    TypeScript
    Ver en GitHub↗3,903
  • naturalintelligence/fast-xml-parserAvatar de NaturalIntelligence

    NaturalIntelligence/fast-xml-parser

    3,099Ver en GitHub↗

    Validate XML, Parse XML and Build XML rapidly without C/C++ based libraries and no callback.

    JavaScript
    Ver en GitHub↗3,099
Ver las 30 alternativas a Csv Parser→

Preguntas frecuentes

¿Qué hace mafintosh/csv-parser?

Streaming csv parser inspired by binary-csv that aims to be faster than everyone else

¿Cuáles son las características principales de mafintosh/csv-parser?

Las características principales de mafintosh/csv-parser son: Parsing Tools, Parsing Utilities.

¿Qué alternativas de código abierto existen para mafintosh/csv-parser?

Las alternativas de código abierto para mafintosh/csv-parser incluyen: markdown-it/markdown-it — markdown-it is a token-based Markdown compiler and CommonMark-compliant parser that converts structured plaintext… nodeca/js-yaml — js-yaml is a JavaScript library providing a programmatic interface for parsing and dumping YAML data. It functions as… inikulin/parse5 — parse5 is a WHATWG HTML parser and serializer for Node.js. It transforms HTML strings into a document object model and… leonidas-from-xiv/node-xml2js — This project is a Node.js library for bidirectional conversion between XML strings and JavaScript objects. It… naturalintelligence/fast-xml-parser — Validate XML, Parse XML and Build XML rapidly without C/C++ based libraries and no callback. sindresorhus/neat-csv — Fast CSV parser.