Imports

General discussion on all other topics under the sun.

Moderator: Renato

Post Reply
Nikolay
MMEX Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: Imports

Post by Nikolay »

Could you upgrade to v 1.3.3?
https://sourceforge.net/projects/moneym ... es/v1.3.3/
Several QIF transactions as sample will be helpful for tests.
Nikolay
MMEX Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: Imports

Post by Nikolay »

What is the dates values in the QIF file?
'Date mask has several values' is nor an error but warning.
Nikolay
MMEX Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: Imports

Post by Nikolay »

Date mask should be 'dd/mm/yyyy'
Or 'mm/dd/yyyy'
But may be date is too old and a parser can't accept it.
latedev
Senior MMEX User
Posts: 23
Joined: Mon Mar 06, 2017 12:53 am
Are you a spam bot?: No

Re: Imports

Post by latedev »

I have noticed the same thing happening,however it is the file shown which looks odd.

Example here are the first 4 lines of the transaction shown in the import dialog window
!Type:CCard
Line 2 D15/10/2019
Line 3 T-
Line 4 O-OPERATIVE FOOD

Here are the same 4 lines in the actual qif file

!Type:CCard
D15/10/2019
T-£3.10
PCO-OPERATIVE FOOD

I you notice there is nothing wrong with the date, but that is all that is shown when the file is imported. It is just a misleading pointer to the wrong type of problem. In other words because someone sees the warning about the date types, they automatically assume it is the date in error, whereas there is something else going amiss.

Because of this, no data is written in.

Solution was found to be the currency symbol that has been written into the qif. Using textpad I just did a replace £ with null and everything was imported.
Post Reply