Are there any plans to support "where" or "order by" in Excel queries? If not, can this be added? Currently this requires converting the Excel spreadsheet to a csv file, and then importing the csv file into a database such as H2 using CVSREAD.
https://www.aquaclusters.com/app/home/project/public/aquadatastudio/wikibook/MS-Excel/page/SQL-Query-Reference/SQL-Query-Reference
![]() |
2 KB
From Vikram:
How did the metamodel POC go? It would seem to me that implementing that for Excel queries might open up the window for improving/adding support for other files types, such as csv, XML or json?
How did the metamodel POC go? It would seem to me that implementing that for Excel queries might open up the window for improving/adding support for other files types, such as csv, XML or json?
I have checked in the code changes to switch over to the MetaModel Excel JDBC Driver. MetaModel supports WHERE, ORDER BY, GROUP BY, and HAVING for Excel queries.
Existing "MS Excel" server registrations should continue to work and they now connect to the MetaModel Excel JDBC Driver. Existing Excel queries and VA workbooks should also work and the queries can now be updated to add WHERE, ORDER BY, GROUP BY, and HAVING clauses.
I have checked in the code changes to switch over to the MetaModel Excel JDBC Driver. MetaModel supports WHERE, ORDER BY, GROUP BY, and HAVING for Excel queries.
Existing "MS Excel" server registrations should continue to work and they now connect to the MetaModel Excel JDBC Driver. Existing Excel queries and VA workbooks should also work and the queries can now be updated to add WHERE, ORDER BY, GROUP BY, and HAVING clauses.
Good deal! I look forward to the future release!
Good deal! I look forward to the future release!
Verified in ADS v17.0.0-alpha-20. This feature will be available in ADS v17.0 release towards end of Sep'15
Verified in ADS v17.0.0-alpha-20. This feature will be available in ADS v17.0 release towards end of Sep'15
Issue #13152 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 17.0.0-dev-89 |
No time estimate |
From Vikram: