I found an issue with the Grouping integer field, it did not handle zeros in the middle of the number (or multiple trailing ones) correctly. I've added tests and corrected it now. It has a special case for that, unfortunately, since it's how native works…