MarkyMan4/filequery

Allow JSON as source

MarkyMan4 opened this issue · 1 comments

DuckDB support querying JSON files. Figure out a way to allow users to query JSON files with filequery

Working on this in branch 0.1.6. Will make use of DuckDB's read_json_auto() function to attempt to automatically parse JSON for querying