JSON RAW Copy

When doing a JSON RAW Copy action, if the source data style is “Scientific notation” and the destination node type is "number" and the result has a decimal, then the result displays six decimal places. Otherwise, there is no decimal.

Example 1:

If the source node type is a number and the value is "0.8e-3", then after a COPY xlate action the result is "0.000800".

Example 2:

If the number is "0.8e+2", then after a COPY xlate action the result is "80".