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

--- Comment #6 from Gerry Agbobada <gagbob...@gmail.com> ---
(In reply to Gerry Agbobada from comment #5)
> Some dates have the time stamp (xx:xx:xx) and others don't, it changes
> throughout the CSV. Maybe the importer expects only 1 date format for the
> whole file ?

Actually, I think I got it. I checked all accounts one by one, and one savings
accounts is having bad format (AV Linxea) :
-> % a="" && b="2000-01-01" && m=$( [[ ${a} > ${b} ]] && echo "$a" || echo "$b"
) && PYTHONIOENCODING=utf_8 boobank -q -f csv history
"__SAVINGS_ID__@__AV_ID__" -s rdate,type,raw,label,amount --condition "rdate>$m
OR date>$m OR rdate>$m 00:00:00 OR date>$m 00:00:00" -n 99999  2>/dev/null
rdate;type;raw;label;amount
NotAvailable;TransactionType.UNKNOWN;FRAIS ANNEE 2018;FRAIS ANNEE
2018;__AMOUNT__
NotAvailable;TransactionType.UNKNOWN;VERSEMENT PROGRAMME;VERSEMENT
PROGRAMME;__AMOUNT__
NotAvailable;TransactionType.UNKNOWN;DISTRIBUTION LYXOR UCITS ETF LYXOR UCITS
ETF S&P 500 D EUR;DISTRIBUTION LYXOR UCITS ETF LYXOR UCITS ETF S&P 500 D
EUR;__AMOUNT__

I think I'll deactivate this import for the time being. Sorry for the confusion
with the initial report.

Is there a way to ignore the dates (or import without dates and make Skrooge
prevent import operation validation if there's no date ?)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to