Hello,
I am using the Input Data tool to input data from a JSON formatted file (see attached zip file). Configuration has File Format set to JSON (*.json), Parse Value as String is checked, Code Page is Unicode UTF-8
My sample json file shows the InitialRate value of 0.01234567891234567
However when I input the data, it comes in as 1.23456789123457e-02
Not only is it showing in scientific notation but it's rounding the last 6 to a 7 and dropping the 7.
Is there a way to input this json data and have InitialRate data unchanged?
Appreciate any support!