Simplifies handling CSVW mapping documents in barnard59 pipelines
npm install lindas-barnard59-csvwSimplifies handling CSVW mapping documents in barnard59 pipelines
```
npm install barnard59-csvw --save
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.
| Argument | Type | Description |
| -- | -- | -- |
| csvw | string | Local path or URL of the mapping to load |
`turtle
@prefix p:
@prefix code:
<#CsvwStep> a p:Step;
code:implementedBy [ a code:EcmaScriptModule;
code:link
];
code:arguments [
code:name "csvw";
code:value "file:/test/mappings/remote.csvw.json"
].
``