a11y.skipToMainContent
1

CSV から SQL まで

CSVデータを貼り付け、数値、文字列、ブール値、日付の自動型推論でSQL INSERTステートメントに変換します.

CSV Data
SQL INSERT Statements
More options
Was this tool helpful?
Send output to:
Advertisement

How to use CSV to SQL Advanced

  1. CSVデータを貼り付け、CSVファイルをアップロードします.
  2. テーブル名とオプションを設定します.
  3. 対象の SQL のダイアレクトを選択します.
  4. 生成された INSERT ステートメントをコピーします.

CSV から SQL までとは?

CSV から SQL へのコンバーターは CSV (コンマ区切り値) データを取り、SQL INSERT ステートメントを生成します。 データ値からカラムタイプ(INTEGER、VARCHAR、BOOLEAN、DATE、FLOAT)を自動的に誘導します。

このツールは、MySQL、PostgreSQL、SQLiteのダイアレクトをサポートしています。 引用された文字列、NULL値、特殊文字、および大きなデータセットを処理する。 テーブル名をカスタマイズし、単一列と複数の列の INSERT 構文から選択できます。

Advertisement

FAQ

データの種類はどのように推測されますか?
ツールは、数値値、日付、ブール値、文字列を検知するデータをサンプルします。 慣行型を手動で上書きできます.
大きいCSVファイルを扱うことはできますか?
はい。ブラウザでデータを処理し、複数のMBまでファイルを処理できます。 非常に大きなファイルの場合、バッチ処理を検討してください.

Related tools

Author

MW
Marcus Webb"The DevTool Craftsman"

Full-Stack Developer & Tools Architect

Marcus has been writing code since the dial-up era. He has contributed to open-source developer tools, built CI/CD pipelines for startups, and debugged production incidents at 3 AM more times than he would like to admit. His philosophy is that the best developer tool is the one that gets out of your way, and he writes about practical tooling that helps teams ship faster with fewer headaches.

Advertisement