I'm importing a tab delimited file into Postgres database using copy command. One of the field has "" at the end. This is somehow getting interpreted as a new column while writing into a table. What can I do to fix this issue other than removing the "" character?