Re: [sqlite] ascii separator character in .import

2010-01-20 Thread Simon Slavin
On 20 Jan 2010, at 3:42am, RevBayes wrote: > I was trying to use the .import tool in sqlite. I was wondering if there was > a way to specify any arbitrary ascii character via the .separator command. > > e.g. if i want to use 0x05 (some non-printable ascii char) as the separator, > how do i

[sqlite] ascii separator character in .import

2010-01-19 Thread RevBayes
Hi all, I was trying to use the .import tool in sqlite. I was wondering if there was a way to specify any arbitrary ascii character via the .separator command. e.g. if i want to use 0x05 (some non-printable ascii char) as the separator, how do i specify it in the .separator command. regards,