We are experiencing the following issues with data type specifications when connecting data using Domo Workbench.
The attached image shows the results of our tests when connecting data to Domo via Workbench. The "number_DOUBLE" column is of DOUBLE type, and the "number_DECIMAL" column is of DECIMAL type. Please note that we are not using the LONG type as it results in errors.
Issues
LONG Type
: Handling numbers with more than 11 digits results in an error.DOUBLE Type
: Handling numbers with more than 16 digits results in rounding, or the values beyond the 16th digit become incorrect.DECIMAL Type
: Handling numbers with more than 15 digits results in empty values.
Could you please provide insights into the causes of these issues and possible solutions? Additionally, are these limitations due to the specifications of the system?
Note: The "number"column in the attached image represents the values that should be displayed in Domo.