1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

SQLITE3 csv import

1
Posted at

子供用にWebアプリを作っていて、
実験がてら bottle + mod_wsgiのPythonで行こう。
sqlite3を使おうと。

よくある話ですが、Windows環境でcsvを作成して、linux環境に流します。
コマンド自体は、
sqlite3 -separator , ".import "
なんですが、
datatype mismatchエラーが起こる。

Windows環境のcsv (notepad++で作成)のエンコードをUTF-8(BOMなし)に
変換することで解決しました。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?