On 1/6/06, ronggui wong <[EMAIL PROTECTED]> wrote:
> As I see,many CSV files using \t as separator.
> And SQLite does not use \t,I have to use sed(or other tools) to change
> Tab to |. so My puzzle is why SQLite not support \t?
You can set separator to be anything you want, including \t.
Use this command before importing your \t delimited file and you can
skip the sed step then.

.separator "\t"

--
Nemanja Corlija <[EMAIL PROTECTED]>

Reply via email to