4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Sequel ProでCSVファイルからテーブルをUPDATEしようとしてハマった

Last updated at Posted at 2020-04-29

header.png

ハマったこと

Sequel ProでCSVファイルの中身をテーブルにINSERTしました。

INSERTだけじゃなくてUPDATEもできるのでは?

と思って、インポート画面でモードをINSERTからUPDATEにしたら、ボタンが無効化されてしまいました。

解決策

step3.png
step4.png
step5.png

上記のように、Match Filedにする項目をクリックして設定すると、ボタンが有効化されました。

余談

改行周りがおかしくなるときは、ファイルの選択画面でLines terminated by\r\nにしてやるといい感じです。

step1.png
step2.png

参考

4
2
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
4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?