mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-10 16:26:58 +02:00
8 lines
226 B
Fish
8 lines
226 B
Fish
LOAD CSV
|
|
FROM '/Users/dim/dev/CL/pgloader/galaxya/yagoa/communaute_profil.csv'
|
|
INTO postgresql://dim@localhost:54393/yagoa?communaute_profil
|
|
|
|
WITH truncate,
|
|
fields not enclosed,
|
|
fields terminated by '\t';
|