Skip to content
New issue

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

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

Already on GitHub? # to your account

Import from ofl, qif or csv file always give a "0 transactions imported" #265

Closed
Ghorin46 opened this issue Jan 27, 2023 · 5 comments · Fixed by #286
Closed

Import from ofl, qif or csv file always give a "0 transactions imported" #265

Ghorin46 opened this issue Jan 27, 2023 · 5 comments · Fixed by #286
Labels
bug Something isn't working in-beta This issue is fixed in a beta version
Milestone

Comments

@Ghorin46
Copy link

Hello
I tried to import data from my bank account but whatever the format I choose (qif, ofl, csv), I always get the "0 itransactions imported" message.
I'm french and using a Linux Fedora 37 workstation with french numeric / date / time / numbers format settings.
Is there a way to get debug message that might help finding the root cause. I tried to use different localization settings in the export tool of my bank and tried to put american-like localization settings, but it didn't change anything, I still get the same result.

@nlogozzo nlogozzo added the bug Something isn't working label Jan 27, 2023
@nlogozzo
Copy link
Member

The american-styled date and amount formats should work no problem.
Granted for csv, the file must be of correct format...see #262

There won't be any error messages since the program catches them to avoid crashes. If you could send me samples of the files you are using that'd be great!

@Ghorin46
Copy link
Author

Ghorin46 commented Jan 28, 2023

Here is an example using OFX with format of Money 2003 or later.
comptes.txt
That file was generated from my bank web site. I only changed the account id and the name for anonymous reason.

@nlogozzo nlogozzo added this to the V2023.2.0 milestone Jan 30, 2023
@QazCetelic
Copy link

I'm experiencing the same issues, also using Fedora 37.

@nlogozzo
Copy link
Member

nlogozzo commented Feb 6, 2023

Will be fixed in #286

NOTE: QIF files must have dates in US format. OFX files must have dates in YYYYMMDD format (as per document specifications).

@nlogozzo
Copy link
Member

nlogozzo commented Feb 6, 2023

@nlogozzo nlogozzo added the in-beta This issue is fixed in a beta version label Feb 6, 2023
This was referenced Mar 10, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working in-beta This issue is fixed in a beta version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants