我正面临数据导入问题postgres表 . 我有像csv文件中的数据 .

“this”,“postgres,sql”,“linux”,“infile”,“that”,“post,sql”,“lnux”,“file”

我试图使用下面的命令导入数据,但它给出错误

\ copy test_table FROM'/home/postgres/testdata/testfile.csv'with DELIMITER','CSV HEADER;错误:上一个预期列后的额外数据

所以如何消除双引号中的额外逗号 .