I have a csv file with ;
separator. I would like to convert it into .db
. I follow advice 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.