ExportData not rounding off correctly
I am encountering an issue wherein a 3-digit decimal ending with a value of 5 is not rounding off correctly when executing exportData.
Sample value: 0.325
ExportData format used is 0.2f
Export Data Output: 0.32
Frontend output (using precision of 2) : 0.33