Skip to content

Fixed CSV export date format and trailing separator #904

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

thatsokay
Copy link

  • Changed date format from YYYY-MM-dd to yyyy-MM-dd
    YYYY is week year and was causing incorrect dates close to the end of the calendar year
  • Removed trailing CSV separator at the end of heading line
    Trailing separator was causing CSV parsers to error due to mismatched number of columns
  • Reformatted file

Kaligula0 added a commit to Kaligula0/gnucash-android-fork that referenced this pull request Mar 16, 2024
@thatsokay's code in codinguser/gnucash-android PR codinguser#904:
1) Removed trailing CSV separator at the end of heading line
2) Trailing separator was causing CSV parsers to error due to mismatched number of columns
Reformatted file
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant