On Thursday, December 30th, 2021 at 7:30 AM, Guillaume Lelarge <guilla...@lelarge.info> wrote:
> Hi, > > Le mer. 29 déc. 2021 à 22:08, ourdiaspora <ourdiasp...@protonmail.com> a > écrit : > > > > > \copy exampletable from '/local/path/to/examplefile.csv'; > > > > You should tell the CSV command you're using a CSV file. By default, COPY > thinks it's a TSV file. > Problem solved with: " ...file.csv' with csv; " Thanks to all.