framework icon indicating copy to clipboard operation
framework copied to clipboard

Use QSV for inferring table schema?

Open dafeder opened this issue 1 year ago • 0 comments

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?

dafeder avatar Mar 22 '24 15:03 dafeder