Bug 468450 - CSV Price Import via Shell Script
Summary: CSV Price Import via Shell Script
Status: REPORTED
Alias: None
Product: kmymoney
Classification: Applications
Component: importer (show other bugs)
Version: unspecified
Platform: Debian unstable Linux
: NOR wishlist
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-13 02:22 UTC by P DeKraker
Modified: 2023-04-13 02:22 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description P DeKraker 2023-04-13 02:22:26 UTC
SUMMARY
I have a source for security prices that produces a poorly formatted file.  I am easily able to fix the issue via a shell script and can import the current price just fine. Trying to load historical price data however fails with the message "Local quote sources aren't supported.".

Looking at the source code it seems this behavior may be expected but I am unsure why this capability is omitted. https://invent.kde.org/office/kmymoney/-/blob/master/kmymoney/misc/webpricequote.cpp#L198 
Also, the documentation does not mention this limitation.