---
title: Standardized CSV export formatting
date: 2026-04-22
description: CSV exports now use consistent lowercase booleans and two-decimal-place numbers across all data types.
tags: ["Exports"]
categories: ["Changelog"]
url: https://www.getaltera.com/changelog/2026-04-22-standardized-csv-export-formatting/
---


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`/`false` instead of `True`/`False` across all CSV exports.
- **Decimal precision** - numeric values like prices, percentages, and amounts now always use two decimal places (e.g. `10.00` instead of `10.0`).

