Default Decimal Formatting Loses Data on Save
- Dominant language
- Objective-C
- Stars
- 1.4k
- Forks
- 107
- PR merge metrics
- No merged PRs in 30d
Description
I ran into an issue with a clients file where simply open it and hit save and the field `24,000` is truncated to `24`.
Would setting the decimal format to `.` by default be more logical for most peoples use cases?
Example:
```
#original csv exported from excel
date,income
01/01/01,"24,000"
# after opening in TableTool and hitting save
date,income
"01/01/01","24"
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the issue by opening the shown CSV in TableTool and saving it, then trace the decimal-formatting and CSV save path involved. Done means the income value remains 24,000 after opening and saving, while the requested default decimal-format behavior is addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- objective-c
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100