Socket
Book a DemoInstallSign in
Socket

barnard59-csvw

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

barnard59-csvw

Simplifies handling CSVW mapping documents in barnard59 pipelines

latest
Source
npmnpm
Version
2.2.3
Version published
Weekly downloads
1.9K
-5.53%
Maintainers
2
Weekly downloads
 
Created
Source

barnard59-csvw

Simplifies handling CSVW mapping documents in barnard59 pipelines

Install

npm install barnard59-csvw --save

Exported steps

fetch

A step to automate loading CSVW mapping documents and the source CSV, by following the csvw:url property. The URL can be local filesystem path or remote URL.

ArgumentTypeDescription
csvwstringLocal path or URL of the mapping to load

Example: Loading CSVW from filesystem

@prefix p: <https://pipeline.described.at/> .
@prefix code: <https://code.described.at/> .

<#CsvwStep> a p:Step;
  code:implementedBy [ a code:EcmaScriptModule;
    code:link <node:barnard59-csvw/fetch.js#default>
  ];
  code:arguments [
    code:name "csvw";
    code:value "file:/test/mappings/remote.csvw.json"
  ].

FAQs

Package last updated on 27 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts