How are you defining the schema and what data type are setting for that column?
Thanks Shawn From: KhajaAsmath Mohammed <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Wednesday, February 19, 2020 at 3:32 PM To: "[email protected]" <[email protected]> Subject: NIFI Bug with Convert Record - 999999.99 changed to 1000000.0 Hi, I am using below text to convert CSV to JSON using convert record processor. Value of 999999.99 changed to 1000000.0 , May I know how is this possible? OPERATING_UNIT|TEST_34_2|TEST_34_15|TEST_34_5 "141516"|"1.1"|"1.1"|"1.1" "141517"|"1.11"|"1.11"|"1.11" "141518"|"1101.11"|"999999.99"|"1101.11" [cid:[email protected]] Is this happening with CSV reader or JSON record set writer? Thanks, Asmath
