Skip to content
source

Fetch CSVW

Loads a CSVW file from the local filesystem or the web depending on the given argument

From barnard59-csvw · v2.2.3

Reference

Identifier
https://barnard59.zazuko.com/operations/csvw/fetchView as Turtle ↓
Module
barnard59-csvw/fetch.js
Export
default
Stream
Readable — produces a stream
Implementation
ES module
Install
$ npm i barnard59-csvw

Use it in a pipeline

step definition · Turtle
<> a p:Step ;
  code:implementedBy [
    a code:EcmaScriptModule ;
    code:link <node:barnard59-csvw/fetch.js#default>
  ] .

Paste this into a pipeline definition to add the step. The code:link value tells barnard59 which module to load at runtime.