Skip to content

Mustache template for rendering CSV on the Web metadata as HTML

Notifications You must be signed in to change notification settings

bencomp/csvw-mustache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

CSV on the Web metadata Mustache template

This repository contains a Mustache template for rendering CSV metadata defined in JSON-LD according to the CSV on the Web model and vocabulary.

Requirements

Usage

pystache csvw-metadata.mustache data.csv-metadata.json > data-metadata.html

Notes

Ruby Mustache does not accept colons in tags, which are hard to avoid in JSON-LD metadata. Python Mustache does accept colons.

This is a really simple template; it should at least work for really simple CSV metadata files. Semantics defined by the model, such as properties whose values are inherited, are not supported by default.

License

TBD

About

Mustache template for rendering CSV on the Web metadata as HTML

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages