Feature request: Support "DD MMM YYYY" date format while importing transactions #1259
Replies: 4 comments 4 replies
-
@tarun7singh while I agree that it would be nice to have this, I think this opens us up to a huge list of possible formats that a user could want. Currently, we've got all ISO8601 compliant formats as selectable options to simplify the logic of the import. If we wanted to introduce a custom, non-ISO8601 date, I think we'd need a separate UI/UX where the user could type in the specific Ruby-enabled format that they want (i.e. At this early stage of the product, I think we should hold off on this and wait until this flow reaches a bit more stability. |
Beta Was this translation helpful? Give feedback.
-
@tarun7singh if you are actively working on this great! If not I can open a PR in a day or two. |
Beta Was this translation helpful? Give feedback.
-
@tfantina before starting any work, could you share your implementation plan? I don't think we should introduce a non-ISO8601 compliant date format to this process without considering the correct UI/UX for this. I'm going to move this over to feature requests for now. If we can come up with a good implementation, more than happy to consider a contribution for this. |
Beta Was this translation helpful? Give feedback.
-
This has been implemented and is available in the latest version of the app. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
For importing transactions using CSV file from my American Express card, its not supporting following type of dates "DD MMM YYYY" for example 11 May 2024, 15 Apr 2024.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Support "DD MMM YYYY" format
I'm working on PR for this.
Beta Was this translation helpful? Give feedback.
All reactions