https://bugs.kde.org/show_bug.cgi?id=473223
--- Comment #20 from Neil <nral...@pm.me> --- (In reply to Thomas Baumgart from comment #19) neilralph@Neils-MBP kmymoney % zcat RCGcopy.kmy > RCGcopy.xml neilralph@Neils-MBP kmymoney % grep -n '<TRANSACTION' RCGcopy.xml | head -n 346 | tail -n 1 5903: <TRANSACTION postdate="2016-06-30" commodity="USD" memo="" entrydate="2017-01-01" id="T000000000000000751"> neilralph@Neils-MBP kmymoney % grep -n '<TRANSACTION' RCGcopy.xml | head -n 345 | tail -n 1 5897: <TRANSACTION postdate="2016-06-30" commodity="USD" memo="" entrydate="2017-01-01" id="T000000000000000750"> neilralph@Neils-MBP kmymoney % Using Xcode on Mac: Line 5902 </TRANSACTION> <TRANSACTION postdate="2016-06-30" commodity="USD" memo="" entrydate="2017-01-01" id="T000000000000000751"> <SPLITS> <SPLIT shares="-30/1" reconcileflag="2" memo="" action="" value="-30/1" price="1/1" payee="P000425" account="A000032" bankid="" number="" id="S0001" reconciledate="2016-07-13"/> <SPLIT shares="30/1" reconcileflag="0" memo="" action="" value="30/1" price="1/1" payee="P000425" account="A000030" bankid="" number="" id="S0002" reconciledate=""/> </SPLITS> </TRANSACTION> Line 5896 </TRANSACTION> <TRANSACTION postdate="2016-06-30" commodity="USD" memo="" entrydate="2017-01-01" id="T000000000000000750"> <SPLITS> <SPLIT shares="-10/1" reconcileflag="2" memo="" action="" value="-10/1" price="1/1" payee="P000530" account="A000032" bankid="" number="" id="S0001" reconciledate="2016-07-13"/> <SPLIT shares="10/1" reconcileflag="0" memo="" action="" value="10/1" price="1/1" payee="P000530" account="A000069" bankid="" number="" id="S0002" reconciledate=""/> </SPLITS> </TRANSACTION> -- You are receiving this mail because: You are the assignee for the bug.