Why does my longitude = 0.0005 is converted to the scientific notation 5.0E-04 using MIKADO automatic? This value results in an error when generating XML.

Apply a format fonction when selecting the longitude.

Example:

  • PostgreSQL:

round(cast(longitude as numeric),4)​