Home > front end >  Convert csv to db in sqlite
Convert csv to db in sqlite

Time:01-27

I have a csv file with ; separator. I would like to convert it into .db. I follow advice here: enter image description here

What do I do wrong, please?

CodePudding user response:

From the same sqlite doc:

Note that it is important to set the "mode" to "csv" before running the ".import" command.

  •  Tags:  
  • Related