Sortable raw values in the wallet CSV export
ImprovementWeek of May 19, 2026
The wallet-format CSV export packs the unit into each cell — 50 points, $100.25 — which looks nice but breaks spreadsheet sorting and summing.
_rawcompanion columns — everywallet_N_balanceandwallet_N_lifetimecolumn now has a siblingwallet_N_balance_raw/wallet_N_lifetime_rawcontaining just the number (50,100.25).- Works for points and currency wallets — points wallets get the raw integer; currency wallets get the decimal amount with no
$prefix. - Existing columns unchanged — the labeled
50 points/$100.25columns are still there, so anything pointed at the old format keeps working.
No admin action required.
Related: Advocate Data Import & Export