JSPM

@zazuko/rdf-parser-csvw-xlsx

0.3.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 929
  • Score
    100M100P100Q134089F
  • License MIT

A CSV on the Web based XLSX parser with RDF/JS Stream interface

Package Exports

  • @zazuko/rdf-parser-csvw-xlsx
  • @zazuko/rdf-parser-csvw-xlsx/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@zazuko/rdf-parser-csvw-xlsx) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

rdf-parser-csvw-xlsx

A CSV on the Web based XLSX (Excel file format) parser with RDF/JS Stream interface.

⛓️‍💥 Fork of rdf-ext/rdf-parser-csvw converted to ESM, including some tweaks and fixes

Consult the @zazuko/rdf-parser-csvw documentation about usage, which provides the technical foundation of this parser.

Note that this parser is much slower and needs more memory than the pure CSV based parser. If you need peformance, convert the data to CSV first and use the @zazuko/rdf-parser-csvw parser.