CSV Importing transactions in wrong direction #5354
Replies: 6 comments 12 replies
-
|
Could you share your config file? |
Beta Was this translation helpful? Give feedback.
-
|
Here we go |
Beta Was this translation helpful? Give feedback.
-
|
Nice find. It's a bug. I pushed a fix to the develop branch and to the develop Docker image. Would you be able to test this? |
Beta Was this translation helpful? Give feedback.
-
|
My apologies, I misconfigured the build. Could you pull the latest develop image and try again? Look for: |
Beta Was this translation helpful? Give feedback.
-
|
After replacing your anonimised with fake IBAN's (present in my dev account, and linked to asset accounts), I get the correct result. In your log files, please be on the lookout for this line, which is an indication my change was successful. In my case, it happened like so: |
Beta Was this translation helpful? Give feedback.
-
|
(Posting this here because it looks like it might be related, but I can make it a separate issue if you want me to) Here's a minimal example to reproduce this:
Expected result: Both accounts should be back at 0 (1000 in, 1000 out for both accounts). relevant parts from the log: full log of that import: |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I don't know if this is a bug or if I'm missing something. On my CSV transactions are split into 2 rows. First Row is transfering from Account A to B, and second row SHOULD do the other direction (B to A). This is exactly what the CSV says, but in one Row the source and destination account gets switched.
This is my CSV:
This is what I get:

I've checked the logs from the data importer (no mappings active) and here I see the wrong mapping was done allready by the importer:
Non transactions getting correctly placed in the right Account. Do I miss something?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions