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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
mafintosh avatar

mafintosh/csv-parser

0
View on GitHub↗
1,497 stars·141 forks·JavaScript·MIT·10 views

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.

Star history

Star history chart for mafintosh/csv-parserStar history chart for mafintosh/csv-parser

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Csv Parser

Similar open-source projects, ranked by how many features they share with Csv Parser.
  • leonidas-from-xiv/node-xml2jsLeonidas-from-XIV avatar

    Leonidas-from-XIV/node-xml2js

    4,966View on 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
    View on GitHub↗4,966
  • markdown-it/markdown-itmarkdown-it avatar

    markdown-it/markdown-it

    21,575View on 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
    View on GitHub↗21,575
  • inikulin/parse5inikulin avatar

    inikulin/parse5

    3,903View on 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
    View on GitHub↗3,903
  • naturalintelligence/fast-xml-parserNaturalIntelligence avatar

    NaturalIntelligence/fast-xml-parser

    3,099View on GitHub↗

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

    JavaScript
    View on GitHub↗3,099
See all 30 alternatives to Csv Parser→

Frequently asked questions

What does mafintosh/csv-parser do?

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

What are the main features of mafintosh/csv-parser?

The main features of mafintosh/csv-parser are: Parsing Tools, Parsing Utilities.

What are some open-source alternatives to mafintosh/csv-parser?

Open-source alternatives to mafintosh/csv-parser include: 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.