- 
    
Problem report
 - 
    Resolution: Fixed
 - 
    
Trivial
 - 
    6.0.17
 - 
    None
 - 
    Debian Stable (bullseye, 11.7)
 
- 
        Sprint 100 (May 2023), Sprint 101 (Jun 2023), Sprint 102 (Jul 2023), Sprint 103 (Aug 2023)
 - 
        1
 
Steps to reproduce:
- Create new item ("Numeric (unsigned)") with "Preprocessing steps": "Jsonpath"
$.bignumber
 - Press "Test all steps" and supply value with
{"bignumber":1504135699244380} - Press "Test"
 
Result:
We will receive "Error"
Value of type "string" is not suitable for value type "Numeric (unsigned)". Value "1.50413569924438E+15"
Expected:
We will receive without "Error"
1504135699244380
P.s:
If we supply a bit increased value  (1504135699244380+1 = 1504135699244381)
{"bignumber":1504135699244381}
We will receive (as we should):
1504135699244381
- is duplicated by
 - 
                    
ZBX-23168 Preprocessing JSONPATH of big number reported as "not suitable for value type"
-         
 - Closed
 
 -