COPY from - Mailing list pgsql-novice

From Mike
Subject COPY from
Date
Msg-id 8ca422821002101546u3e5c7c86vd63ead9f01d52fdb@mail.gmail.com
Whole thread Raw
Responses Re: COPY from
List pgsql-novice
Using Postgresql ver. 8.3.7

I made a database called "receivables."
I made a table called "invoice."
The second column in table "invoice" is called "matter_num" and has a
data type of "numeric(5,0)".
When I try to copy data from .csv file to table "invoice" I receive
the following error message:

ERROR:  missing data for column "matter_num"

But there are numbers (4 digits in length) throughout the whole column
of the .csv file.

I tried removing all the (") delimiters, but copy failed with the same
error message.

What am I missing?
Thank you for your help.

Mike

pgsql-novice by date:

Previous
From: Lee
Date:
Subject: Question about commit
Next
From: Thom Brown
Date:
Subject: Re: COPY from