Re: CSV import - Mailing list pgsql-sql

From Jean-Luc Lachance
Subject Re: CSV import
Date
Msg-id 3E3A95F3.842C9691@nsd.ca
Whole thread Raw
In response to CSV import  (Oliver Vecernik <vecernik@aon.at>)
List pgsql-sql
In DOS and Windows, text lines end with <CR><LF>.
In Unix, text lines end with <LF> only.
               hex   dec    oct
<CR>=CTRL-M or 0x0D or 13 or 015
<LF>=CTRL-J or 0x0A or 10 or 012



Chad Thompson wrote:
> 
> >
> > Unix EOL is LF not CR.
> >
> >
> 
> Is this the only difference between a dos and unix text file?
> 
> Thanks
> Chad
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
> 
> http://www.postgresql.org/users-lounge/docs/faq.html


pgsql-sql by date:

Previous
From: "Wei Weng"
Date:
Subject: Which version is this?
Next
From: Pavel Hlavnicka
Date:
Subject: Re: calculated expressions and index use