framework
framework copied to clipboard
Use QSV for inferring table schema?
When describing a resource, frictionless can infer a basic schema from a CSV. The schema inferring that qsv does is much more powerful, however. It does output standard JSON Schema rather than Table Schema but mapping from one to the other should be very doable.
There is already precedent for integrating with qsv in the index command, is there any interest in supporting this for describe?