Errors Importing QIF File

Mark Phillips mark at phillipsmarketing.biz
Wed Jan 18 17:07:14 EST 2012


The problem turned out to be commas (,) in the description field in the cvs
file. It was an easy find/replace to fix that and then re-run the awk
script to make a successful qif file. I just mention this for future
reference if someone else takes this route to import a file into quicken.

Mark

On Wed, Jan 18, 2012 at 11:06 AM, Derek Atkins <derek at ihtfp.com> wrote:

> Hi,
>
> On Wed, January 18, 2012 12:47 pm, Mark Phillips wrote:
> > I get the error "Transaction amount: Unrecognized or inconsistent
> format."
> > when I import a QIF file into GC v 2.4.8 on Debian Linux. Is there a way
> > to
> > find the line number causing the error - there ~700 entries in the file
> > and
> > after a quick visual search I did not find the error.
> >
> > I created the QIF file from a csv download from my bank using this awk
> > script:
> > ( echo '!Type:Bank'; cat statement.csv | awk -F, '{ print "D" $1; print
> > "N"
> > $2; print "P" $3; print "T" $4; print "^"; }' ) > statement.qif
> >
> > I used this process with another account and it worked flawlessly.
>
> This error means that you have a T line that shows inconsistency.  One
> possibility is that it has a non-numeral in the line (e.g. a currency
> symbol).  Another possibility is ambiguous and inconsistent uses of comma
> and period.
>
> At this time there is no context to print a line number.
>
> > Thanks,
> >
> > Mark
>
> > Please remember to CC this list on all your replies.
> > You can do this by using Reply-To-List or Reply-All.
>
> -derek
>
> --
>       Derek Atkins                 617-623-3745
>       derek at ihtfp.com             www.ihtfp.com
>       Computer and Internet Security Consultant
>
>


More information about the gnucash-user mailing list