Re: importing data from Filemaker: weird newline characters - Mailing list pgsql-sql

From Ross J. Reedstrom
Subject Re: importing data from Filemaker: weird newline characters
Date
Msg-id 20020123200346.GF11455@rice.edu
Whole thread Raw
In response to Re: importing data from Filemaker: weird newline characters  (Frank Joerdens <frank@joerdens.de>)
List pgsql-sql
On Wed, Jan 23, 2002 at 03:58:18PM +0100, Frank Joerdens wrote:
> On Wed, Jan 23, 2002 at 02:14:06AM +0100, Frank Joerdens wrote:
> > On Mon, Jan 21, 2002 at 05:21:17PM -0600, Ross J. Reedstrom wrote:
> [ . . . ]
> > > Where the ^K and ^M are actual control codes (generated in bash with 
> > > ^I^K and ^I^M) should do it.
> 
> On my terminal it's Control-V, which is bound to Readline's quoted-insert
> function (found that eventually). 
> 
> sed 's/^K/^M/g' old.csv > new.csv
> 

That's exactly what I meant. In fact, it _is_ control-V on my keyboard,
as well: don't know how control-I slipped in there. Sorry!

Ross


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: PGACCESS installation
Next
From: "Felipe Nievinski"
Date:
Subject: table name - TypeCreate error