Today I wanted to import a bank statement from a csv file. We are located in Europe hence commas for amounts are , instead of .
Therefore as delimiter mostly a semicolon is used ;
Noe the problem, even if I check the “custom delimiter” box and populate it with ; normal commas are still recognized as delimiter. Which leads to errors like: “Row has more values than columns” due to the fact, that a description might have some commas in it.
to my question now, is this the expected behavior or not? Also how can I solve this problem, is there anything I’m missing?
