Summary: | QIF import does not work on Windows | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Cristian Oneț <onet.cristian> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dilishkurupath |
Priority: | NOR | ||
Version: | 4.6.1 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Cristian Oneț
2012-01-03 11:35:15 UTC
Git commit c9a91681a20d9d1d47b25e915e1c58f537b89998 by Cristian Oneț. Committed on 04/01/2012 at 16:38. Pushed by conet into branch 'master'. Make the QIF import on Windows usable. The QIF import on Windows never worked unless 'cat' was installed due to the preprocessing command feature. M +9 -0 kmymoney/converter/mymoneyqifreader.cpp http://commits.kde.org/kmymoney/c9a91681a20d9d1d47b25e915e1c58f537b89998 Git commit 8cf155eec8c73a3cf17dcf5ae51f257ebf818d4f by Cristian Oneț. Committed on 04/01/2012 at 16:38. Pushed by conet into branch '4.6'. Make the QIF import on Windows usable. The QIF import on Windows never worked unless 'cat' was installed due to the preprocessing command feature. M +9 -0 kmymoney/converter/mymoneyqifreader.cpp http://commits.kde.org/kmymoney/8cf155eec8c73a3cf17dcf5ae51f257ebf818d4f Until the fix makes it into 4.6.2 and that gets packaged by the KDE on Windows team a simple workaround is to download Unix tools for Windows [1] and extract 'cat.exe' in the same folder as 'kmymoney.exe'. [1] http://unxutils.sourceforge.net/UnxUpdates.zip yep, it works. I downloaded the above package + copied cat.exe from the unix tools into the bin directory (where kmoney.exe resides) and it worked like a charm ! Thank you ! DK |