Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fixed CSV export date format and trailing separator #904

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
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.

None yet

1 participant