4 Replies Latest reply on Jun 22, 2018 9:20 AM by rareddy

    Teiid odata : scientific notation support

    berenger

      Hi,

       

      I have an issue with Teiid 10.2.0.

       

      The odata translator doesn't seems to support scientific notation

       

      Here is my input :

       

        "@odata.context": "https://toto",

         "value":    {

        

           value": "4.342E-4", ...

       

      And here is the error i get trying to get informations with odata4 translator :

       

      org.teiid.translator.TranslatorException: The literal '4.342E-4' has illegal content.

       

      For information, this error isn't triggered with the Red hat teiid version.

       

      Can you help me with this?