I was wondering if it possible? If a row for some reason cannot be imported ex. duplicate primary key, wrong input type etc etc can it be ignored and move to the next row?
I'm getting this
ERROR: duplicate key value violates unique constraint "team_pkey"
DETAIL: Key (team)=(DEN) already exists.
CONTEXT: COPY team, line 23: "DEN,Denver,Rockets,A"
There's a lot of mistakes in the file and its a pretty big one, so is it possible to ignore the rows that can't be inserted?