13. Exporting Data
Exporting Data Overview
Learn what Common Cents can export, when backups matter most, and how exporting fits into a local-first workflow.
Exporting in Common Cents covers two different jobs:
- writing a safe
.centscopy of the current file - exporting CSV data for analysis, reuse, or backup
Both matter, but they solve different problems.
In this section #
Start here when #
- you want a checkpoint before a large import or cleanup session
- you need a new
.centscopy without risking the current file - you want transactions, budget data, or planning data in CSV form
- you only want to export the transactions that match your current filters
Keep the export types separate #
- Save As creates a new
.centsfile and moves your editing session to that new file. - Create Backup writes a
.centscopy and keeps your current file open. - CSV exports move selected data out of Common Cents without changing the current file.
Why exporting still matters #
Even with autosave, exports are still the cleanest safety net before imports, cleanup sessions, and other big changes.
They are also the easiest way to hand data to another tool without turning your actual working file into an experiment.