amounts multiplied by 100
#23095After some trial and issue I managed to generate acceptable conversion from CSV into a readable Microsoft Money-file QIF. But surprisingly the amounts (in Euro) were alle multiplied by 100 and needed manual correction.This probably caused by the fact that Money does not recognise a division by comma (example: 105,62), but needs a division by dot. (example: 105.62). The amounts generated appear as 10562. I already tried to restrict the formatting of the amounts to the unit: (example: 106), sacrifying some of the precision of the conversion, but it had no use, and gave me amounts like 10600.
Thanks on beforehand for any help
Rather strange that no one can answer this issue afte more than one month.
Please upload a bit of your CSV file, so we can debug it
I have update some scripts, can you please try again
Automatically closed - issue fixed for 2 weeks with no activity.