We’ve standardized how values are formatted in CSV exports so the output is more consistent and easier to re-import.
Fixes#
- Boolean fields - now export as
true/falseinstead ofTrue/Falseacross all CSV exports. - Decimal precision - numeric values like prices, percentages, and amounts now always use two decimal places (e.g.
10.00instead of10.0).

