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

bugfix: remove timestamp from ynab.csv files #247

Merged
merged 1 commit into from
May 1, 2024
Merged

Conversation

nielsmaerten
Copy link
Owner

Fixes #246

When creating a ynab.csv file, the date fields should contain the date in format yyyy-mm-dd.
Instead, we were putting a full ISO timestamp in the column, which is not accepted by YNAB.

This PR should fix that.

@nielsmaerten nielsmaerten self-assigned this May 1, 2024
@nielsmaerten nielsmaerten merged commit b4a49ae into main May 1, 2024
5 checks passed
@nielsmaerten nielsmaerten deleted the bugfix/246 branch May 1, 2024 13:01
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.

Bug: Exporting to a YNAB CSV file uses an ISO data format - should be YYYY-MM-DD
1 participant