-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Bug: Single and double quotation marks are not properly escaped from a CSV import #1692
Comments
Just ran into all three of these as well. :( Also just fyi, the application ran into a 500 Edit regarding 500: deleted the account and tuned postgres, now even a whole year of csv imported in a second |
@sup3rgiu thanks for the report and info. In order of priority, we should probably address:
@justinfar we should probably throw the decimal separator configuration in this row right? |
@verymilan just curious, was your self-hosted instance running a version prior to this commit? 3140835 My expectation is that instances prior to that commit would suffer the If you were on the latest, I'm wondering if that commit had the correct math for allocating the DB pool. |
@sup3rgiu I have opened 2 separate issues to address the number formats + date formats:
We'll use this issue for the quotation marks (I've updated the title to reflect that). |
Yes, I am using docker on 'latest' when I give new releases a shot. :) – just now noticed that latest does not only contains releases, so i might change that. Just inspected my image and it is the second one from 5 days ago, while the fix appears to be younger: "RepoDigests": [
"ghcr.io/maybe-finance/maybe@sha256:4a2d07bedbd0b56f0c27abc69b6cdc2eb721bd5363deefea565b8360fea7c989"
],
"Parent": "",
"Comment": "buildkit.dockerfile.v0",
"Created": "2025-01-23T16:17:43.395401671Z", (sorry, should have been its own issue perhaps - it actually happened multiple times after tweaking postgres.. kinda randomly/unexpectedly at times) Will test again when the CSV issues are closed, thanks for your work 👍 |
Where did this bug occur? (required)
Describe the bug
Consider this simple csv:
I'm currently facing 3 issues with the "Import transactions" feature:
As you can see, I have some
"
in the "Description" column. If there are, the upload fails with this message:Note that I found these bugs when importing a real CSV provided by my bank (UniCredit).
The text was updated successfully, but these errors were encountered: