framework
framework copied to clipboard
Support markdown/html output for describe/validate in CLI
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 asplatform.marko.convert(self.to_markdown()) - [ ] add
htmlsupport toprogram.describe - [ ] add
markdownsupport toprogram.validate - [ ] add
markdownsupport toprogram.validate - [ ] add
htmlsupport toprogram.convert - [ ] tests