I need to import a file from an external source into a postgresql table. I tried to do this with \ copy, but I keep getting errors (extra columns) in the middle of the file.
Is there a way to tell postgresql to ignore lines containing errors during "\ copy from"?
thank
source
share