Hi,
i got an error below after running copy command . the table structure as
following :
Table "biosadm.custinv_temp
Column | Type |
-------------+---------------+-
yr | integer |
custname | text |
invstatus | text |
custlo | text |
invno | integer |
invdate | date |
amount | numeric(10,2) |
acc | text |
salesperson | text |
ERROR: copy: line 1, Missing data for column "subsidiary"
Does anybody have an idea??? TQ