Skip to content

Comments

Fix CSV export for non-US locales (#240)#244

Merged
erikdarlingdata merged 1 commit intodevfrom
feature/csv-separator-240
Feb 23, 2026
Merged

Fix CSV export for non-US locales (#240)#244
erikdarlingdata merged 1 commit intodevfrom
feature/csv-separator-240

Conversation

@erikdarlingdata
Copy link
Owner

Summary

  • Force InvariantCulture on all exported numeric values so decimals always use . regardless of thread culture
  • Add configurable CSV separator (comma, semicolon, tab) to Settings in both Dashboard and Lite
  • Auto-detect default separator from locale (semicolon when decimal separator is comma)

Closes #240

Test plan

  • Verify CSV export produces . decimal separators on all grids
  • Verify Settings shows CSV separator combo with correct default
  • Verify changing separator persists across app restart

🤖 Generated with Claude Code

Force InvariantCulture on all exported numeric values so decimals always
use '.' regardless of thread culture. Add configurable CSV separator
(comma, semicolon, tab) to Settings in both Dashboard and Lite, with
auto-detection from locale (semicolon default when decimal separator is
comma).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit d004f6d into dev Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant