Page 1 of 1

Re: CSV import

Posted: Fri Jan 22, 2016 8:38 pm
by sterling
I found the amounts can't have symbols in the column either.
£123 will fail as well.

Re: CSV import

Posted: Fri Jan 22, 2016 8:53 pm
by mynetdude
sterling wrote:I found the amounts can't have symbols in the column either.
£123 will fail as well.
That has nothing to do with this; the CSV import failed because the date format did not match anything the software was already capable of doing, we should be seeing a desktop update here shortly this weekend :D 

Re: CSV import

Posted: Sat Jan 23, 2016 2:04 pm
by Nikolay
sterling wrote:I found the amounts can't have symbols in the column either.
£123 will fail as well.
I think it may be fixed using regex.

I've registered a feature request.

https://github.com/moneymanagerex/money ... issues/659

Re: CSV import

Posted: Mon Jan 25, 2016 6:28 pm
by mynetdude
Nikolay wrote:I've fixed the bug with date parsing.

https://github.com/moneymanagerex/money ... 70f2259de3

I've tested the code with this csv file:

Code: Select all

"02/01/2015","","DEBIT","HLU*Hulu 25683027-U HULU.COM/BILL CAUS","-7.99","",""
"02/02/2015 00:00:00","","DEBIT","SOUTHGATE CINEMA GRANTS PASS ORUS","-8.5","",""
"2/3/2015","","DEBIT","ANC*Ancestry.com 800-2623787 UTUS","-19.99","",""
All records have been successfully imported.
The changes will be available in the next release (next weekend).

Thank you for your cooperation.
Where do I find the next release? 

Re: CSV import

Posted: Tue Jan 26, 2016 1:55 pm
by Nikolay

Re: CSV import

Posted: Thu Jan 28, 2016 1:22 am
by mynetdude
hey thanks :)I tried to find it on my own, thank you again :)