1. 程式人生 > >postgreSQL匯入excel檔案

postgreSQL匯入excel檔案

純工作記錄:

按欄位順序,修改excel文件,然後將excel檔案轉成csv格式

copy funnel_temp from 'c:\\export.csv' with delimiter ',';

結果操蛋的發生錯誤


錯誤:  無效的 "UTF8" 編碼位元組順序: 0xc6e6
提示:  This error can also happen if the byte sequence does not match the encoding expected by the server, which is controlled by "client_encoding".
背景:  COPY funnel_temp, 行 1

********** 錯誤 **********


SQL 狀態: 22021
指導建議:This error can also happen if the byte sequence does not match the encoding expected by the server, which is controlled by "client_encoding".


神馬問題?

通過UE修改csv檔案編碼為UTF-8,再次執行:



********** 錯誤 **********


SQL 狀態: 22P04


錯誤的 COPY 格式(BAD COPY FILE FORMAT) 

無果.....

下載了一個 Navicat for PostgreSQL,直接以excel格式匯入,指定資料列與欄位對應關係,匯入,成功