Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Profiling on an MS Access database or file?

Hi,
I'm trying to use Open Profiler with an MS Access Database but this does not work. I got the following error when I launch an analysis:
Echec : Syntax error (missing operator) in query expression 'COUNT(DISTINCT `ID`)'
Can someone help?
By the way, is there a mean to profile directly a file (xls, csv,... ?). If so, can someone explain the steps to follow?
Thanks,
Clir
Labels (2)
1 Reply
Sebastiao_Qlik
Employee
Employee

Hi Clir,
the SQL queries generated by Talend Open Profiler may not be valid for Access. If you want to profile an access database, I suggest that you choose the "Java" engine in the settings of the column analysis. Using the "Java" engine instead of the "SQL" engine means that the data will be retrieved and profiled using java code.
As concerns files, one solution is to load them in a database by using Talend Open Studio and profile the database afterwards. Another solution may be to use an ODBC connection on an Excel file (but there is no guarantee that this solution works perfectly as we did not do intensive tests on it).