awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sindresorhus avatar

sindresorhus/neat-csv

0
View on GitHub↗
327 stele·18 fork-uri·JavaScript·MIT·4 vizualizări

Neat Csv

Fast CSV parser

Features

  • Parsing Tools - Fast CSV parser.
  • Parsing Utilities - Fast CSV parser.

Istoric stele

Graficul istoricului de stele pentru sindresorhus/neat-csvGraficul istoricului de stele pentru sindresorhus/neat-csv

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Neat Csv

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Neat Csv.
  • leonidas-from-xiv/node-xml2jsAvatar Leonidas-from-XIV

    Leonidas-from-XIV/node-xml2js

    4,966Vezi pe 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
    Vezi pe GitHub↗4,966
  • mafintosh/csv-parserAvatar mafintosh

    mafintosh/csv-parser

    1,497Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗1,497
  • inikulin/parse5Avatar inikulin

    inikulin/parse5

    3,903Vezi pe 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
    Vezi pe GitHub↗3,903
  • markdown-it/markdown-itAvatar markdown-it

    markdown-it/markdown-it

    21,575Vezi pe 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
    Vezi pe GitHub↗21,575
Vezi toate cele 30 alternative pentru Neat Csv→

Întrebări frecvente

Ce face sindresorhus/neat-csv?

Fast CSV parser

Care sunt principalele funcționalități ale sindresorhus/neat-csv?

Principalele funcționalități ale sindresorhus/neat-csv sunt: Parsing Tools, Parsing Utilities.

Care sunt câteva alternative open-source pentru sindresorhus/neat-csv?

Alternativele open-source pentru sindresorhus/neat-csv includ: mafintosh/csv-parser — Streaming csv parser inspired by binary-csv that aims to be faster than everyone else. naturalintelligence/fast-xml-parser — Validate XML, Parse XML and Build XML rapidly without C/C++ based libraries and no callback. 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… 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…