Forum Discussion

LB-Tech's avatar
LB-Tech
Helper I
1 year ago
Solved

Detected type mismatch Error

Hello, We have an issue with Detected type mismatch. But we have already disabled the auto detect column type before loading the data. While loading it doesn't showed any error, but after doing ...
  • danextian's avatar
    1 year ago

    Hi LB-Tech 

    That is the error query which gives you the idea of what the errors are abut you're supposed to fix the type mismatch error from the referenced query itself.  The common scenario fo a type mismatch error is that a coliumn has been set to a type number but some of ther rows contain characters other than numbers so  naturally those non-numeric characters cannot be converted to numbers. Once the type mismatched error is fixed in the referenced query, that error query should not return any row. If you click the blank space next to a cell with error, it will tell you what the error is. In the screenshot below, Column1 is set to type number but there are rows with alphanumeric characters thus the error.