본문 바로가기
DataBase/PostgreSQL

[PostgreSQL] Import CSV File Into Table

by 김뚱 2019. 6. 11.

방법1

COPY 테이블명(컬럼명...)
FROM 'CSV 파일 경로' DELIMITER ',' CSV HEADER;

 

방법2

ㄴtable 우클릭

ㄴImport/Export...

Import/Export 버튼 클릭하여 Import로 전환

ㄴFile Info 에서 파일정보 가져오기

ㄴMiscellaneous >>> Header >>> No를 Yes로 전환

ㄴDelimiter 설정

ㄴOK버튼 누르기

 

Reference 

http://www.postgresqltutorial.com/import-csv-file-into-posgresql-table/

 

Import CSV File Into PosgreSQL Table

 

www.postgresqltutorial.com

 

728x90
반응형

댓글