framework icon indicating copy to clipboard operation
framework copied to clipboard

Support markdown/html output for describe/validate in CLI

Open roll opened this issue 3 years ago • 0 comments

Overview

This is basically implemented within framework but not really exposed (although we already support frictionless describe --markdown

Specs

frictionless describe table.csv --html
frictionless validate table.csv --html
frictionless validate table.csv --markdown
frictionless convert schema.json --html

Plan

  • [ ] implement metadata.to_html() -- should be as easy as platform.marko.convert(self.to_markdown())
  • [ ] add html support to program.describe
  • [ ] add markdown support to program.validate
  • [ ] add markdown support to program.validate
  • [ ] add html support to program.convert
  • [ ] tests

roll avatar Aug 01 '22 06:08 roll