The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"Regarding SQL Query"
Hi,
I am newbie to RM. How to analyse an excel sheet data using SQL without connecting database. I tried it by using DatabaseExampleSource, but I think
there is no option available for excel in database_system paramater tab.Is there any option available for that.
Thanks,
Nancy
I am newbie to RM. How to analyse an excel sheet data using SQL without connecting database. I tried it by using DatabaseExampleSource, but I think
there is no option available for excel in database_system paramater tab.Is there any option available for that.
Thanks,
Nancy
Tagged:
0
Answers
to my knowledge you cannot search Excel files using SQL with anyway. And to be honest: It doesn't make sense to me, too.
What exactly are you going to analyze with SQL?
Greetings,
Sebastian
But if you really need to read the Excel file as a SQL source, you might try using the ODBC Bridge driver in DatabaseExampleSource. I think this will require that an ODBC data source be configured that points to the Excel file (e.g. using ODBC Data Source Administrator under Control Panel->Administrative Tools) . Once the ODBC data source is configured then you should be able to use the JDBC-ODBC Bridge driver in RapidMiner to connect. I haven't tried this myself though.
Keith