syntax used:
COPY <schema_name>.<tablename>(<column_list>)
FROM LOCAL '<filepath>.tsv' DELIMITER E'\t' SKIP 1 DIRECT;
Results: [COPY - 0 row(s), 4.575 secs] Command processed. No rows were affected



number of columns in source and destinations match.
Any suggestions how to load this .tsv file?
.tsv is a tab seperated value