Side note: I will venture a guess that Zorro cannot parse "52705,00" as a floating point, and it will need to be converted to "52705.00" prior to parsing. In your example, all of the float numbers end in ",00", so it is not clear whether or not the last bit is being ignored.