I converted an Excel Workbook into a database using ODBC Data Sources.
Used the Run Query Activity in UiPath under the Database Activities and tried to extract data from the Excel in a particular column excluding a specific value in this case it is zero. Below is the query I tried to use but it returns the
"SELECT * FROM [Export Worksheet$] WHERE NOT CStr(INT_RECV_CLOSING_BAL)= '0';"
Am getting an error of:
Run query: ERROR [42000] [Microsoft][ODBC Excel Driver] Syntax error in string in query expression