|
|
|
|
|
by majkinetor
1982 days ago
|
|
Tools do exist actually - Tad does this for CSV, and much more, like pivots - XLS can be natively queried with SQL with many tools, for example dbeaver - I am not aware of JSON tool, but this is trivially achievable with postgresql by just adding json as only field in the table and then using SQL to query it, even index it. No single tool tho, but you can easily automate any of the above via script and have it locally, without browser which is instant show stopper for any serious work. |
|