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

Importing .csv file #28

Open
LyonelB opened this issue Dec 21, 2022 · 9 comments
Open

Importing .csv file #28

LyonelB opened this issue Dec 21, 2022 · 9 comments

Comments

@LyonelB
Copy link

LyonelB commented Dec 21, 2022

Hello,
I have a bug when importing .csv file
The window opens, I choose my file but nothing happens. I can't click "import"

@powerpaul17
Copy link
Owner

Hello, have you set the column to data field mappings? The button is only enabled if the settings in the dialog are all correct.

@LyonelB
Copy link
Author

LyonelB commented Dec 21, 2022

Yes, it works!
But the import does not end ... it turns without stopping
image

@powerpaul17
Copy link
Owner

Sorry for the late reply. Do you have any error messages in the browser console log (or network tab)?

@powerpaul17
Copy link
Owner

@LyonelB is this still relevant or reproducible?

@SaschaWeisenberger
Copy link

Hi, today I tried to import a csv file and I have the same behavior like described in the original description: just nothing happens.
I tried to drag/drop the file and select it manually, but without any feedback. Turned out, that in the console I saw the error, that the delimiter was wrong. Maybe you can add some message in the ui about that.

@powerpaul17
Copy link
Owner

I suspect that there is an error with a certain transaction. I want to add checks for this and proper handling with a message in the UI..

@powerpaul17 powerpaul17 added the bug label Jan 6, 2024
@github-project-automation github-project-automation bot moved this to Idea / Needs Concept in Money Jan 6, 2024
@powerpaul17 powerpaul17 moved this from Idea / Needs Concept to Planned in Money Jan 6, 2024
@SaschaWeisenberger
Copy link

I can reproduce this with the exported file from my bank (sparkasse). Here is a screenshot, hope that helps!
image

@powerpaul17 powerpaul17 added this to the v1 milestone May 23, 2024
@frake65
Copy link

frake65 commented Jul 23, 2024

Hello,
there is another issue with the importer: it does not check for the length of input fields (text decription at least).
So I got a SQL exception telling me, that the character field is exhausted.
Possible solution could be to cut off the string after 200 characters. - I just could not manage to find the code, yet.

@powerpaul17
Copy link
Owner

This is actually already tracked by #33. I should rename the issues though..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Planned
Development

No branches or pull requests

4 participants