[libalkimia] [Bug 439411] Add support for downloading online prices based on a date range

Ralf Habacker bugzilla_noreply at kde.org
Thu Sep 28 14:32:13 BST 2023


https://bugs.kde.org/show_bug.cgi?id=439411

--- Comment #3 from Ralf Habacker <ralf.habacker at freenet.de> ---
Git commit 4715c3fa7749e41945b5d17d151e99bec516d648 by Ralf Habacker.
Committed on 28/09/2023 at 15:05.
Pushed by habacker into branch 'master'.

Add parsing of online offers in csv format

For this purpose, the "date" and "price" attributes of the online quote
source are used to specify column names from which the information to be
extracted is read, and the "date format" attribute is used to extract the
date.

It is assumed that the first line of the downloaded csv
file contains the names of the columns. The column separator used is
determined automatically, currently supported are [,; \t].

The extracted values are collected in a QMap and sent to the caller via
the signal AlkOnlineQuote::quotes(...).

Signed-off-by: Ralf Habacker <ralf.habacker at freenet.de>

M  +91   -1    src/alkonlinequote.cpp
M  +5    -1    src/alkonlinequote.h
M  +4    -0    src/alkonlinequotesource.cpp
M  +2    -1    src/alkonlinequotesource.h
M  +16   -0    src/alkonlinequoteswidget.cpp

https://invent.kde.org/office/alkimia/-/commit/4715c3fa7749e41945b5d17d151e99bec516d648

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list