支援功能
- 輸入
- TXT
- 輸出
- TXT · JSON
如何使用CSV → SQL
直接在瀏覽器中使用CSV → SQL。選擇輸入與設定,再檢查結果。
- 開啟檔案或輸入要處理的數值。
- 調整可用設定並執行工具。
- 檢查結果,接著複製或下載以儲存。
CSV → SQL · 範例
輸入
name,team,score Alex,blue,10 Mina,red,20 Alex,blue,5
輸出
INSERT INTO "records" ("name", "team", "score") VALUES ('Alex', 'blue', '10');
INSERT INTO "records" ("name", "team", "score") VALUES ('Mina', 'red', '20');
INSERT INTO "records" ("name", "team", "score") VALUES ('Alex', 'blue', '5');使用說明
檔案與輸入在此瀏覽器內處理,不需上傳或註冊帳號。
程式碼範例、格式名稱與解析器技術錯誤可能保留原始表示法。