Skip to content

(DCTAP → HTML) Convert a CSV file in DCTap to a HTML views

Jose Emilio Labra Gayo edited this page Aug 14, 2024 · 4 revisions

(DCTAP → HTML) Convert a CSV file in DCTAP to HTML

Convert DCTAP files in CSV to HTML pages

mkdir target/book
rudof convert -m dctap -x html -s examples/simple.csv -f csv -t target/book

It generates an HTML view of the shapes contained in the DCTap file.

Clone this wiki locally