On Tue, 2013-02-26 at 12:41 -0800, Jeff Janes wrote:
> On Sun, Feb 24, 2013 at 1:47 AM, Guillaume Lelarge
> wrote:
>
> > On Sun, 2013-01-13 at 11:08 -0800, Jeff Janes wrote:
> > > I have a tab-delimited text file I want to import into a table.
> > > However, I do not want \t translated to tab char
On Sun, Feb 24, 2013 at 1:47 AM, Guillaume Lelarge
wrote:
> On Sun, 2013-01-13 at 11:08 -0800, Jeff Janes wrote:
> > I have a tab-delimited text file I want to import into a table.
> > However, I do not want \t translated to tab characters, etc., which is
> > what the "text" format does. My file
On Sun, 2013-01-13 at 11:08 -0800, Jeff Janes wrote:
> I have a tab-delimited text file I want to import into a table.
> However, I do not want \t translated to tab characters, etc., which is
> what the "text" format does. My file does not contain any special
> characters in need of escaping, and
I have a tab-delimited text file I want to import into a table.
However, I do not want \t translated to tab characters, etc., which is
what the "text" format does. My file does not contain any special
characters in need of escaping, and \ always just represents itself.
So instead I want to use th