CSVデータが読み込まれていません
このツールについて
CSVエディターは、スプレッドシートのようなテーブルインターフェースでCSVファイルを表示、編集、管理できるブラウザベースのツールです。セルをクリックして編集、行や列を自由に追加・削除、そして即座にエクスポート。すべての処理はブラウザ内でローカルに完結—サーバーアップロードなし、データ収集なし、ファイルはプライベートに保たれます。
主な機能
- •ビジュアルテーブルエディター:直感的なスプレッドシート風のグリッドでCSVデータを操作
- •インラインセル編集:セルをクリックして値を編集—変更は即座に反映
- •行と列の追加/削除:シンプルなコントロールでテーブル構造を変更
- •複数の区切り文字:カンマ、セミコロン、タブ、パイプ区切りをサポート
- •ヘッダー行トグル:先頭行をヘッダーとしてマークし、より良い整理を実現
- •100%クライアント処理:データはブラウザから外に出ません
一般的な用途
- •データベースインポート前のCSVクリーニング—誤字修正、重複削除、欠損値補完
- •WhatsApp一斉送信リストの編集—Excel不要で電話番号と名前を更新
- •QAと開発のテストデータ準備—CSVフィクスチャを素早く生成・変更
- •システム間のデータ変換—列の追加、レイアウト変更、フィールドマッピング
- •多言語翻訳文字列を含むローカライゼーションファイルの更新
- •重いスプレッドシートアプリを起動せずに素早く編集
使い方
- 1.CSVファイルをアップロード、またはサンプルデータセットを読み込んで開始
- 2.セルをクリックして値を編集—テーブルはリアルタイムで更新
- 3.'行を追加'で下部に行を挿入、'列を追加'で右側に列を追加
- 4.行または列のヘッダーにあるゴミ箱アイコンをクリックして削除
- 5.オプションバーから区切り文字(カンマ、セミコロン、タブ、パイプ)を選択
- 6.編集完了後、ダウンロードをクリックしてお好みの区切り文字でCSVをエクスポート
データクリーニング、連絡先リストの更新、テストファイルの準備など、CSVエディターはブラウザで直接CSVデータを扱う高速でプライベートな方法を提供します。Excel不要、ファイルアップロード不要—開いて、編集して、ダウンロードするだけ。
What is CSV Editor?
CSV Editor is a browser-based spreadsheet-style editor for opening, editing, sorting, resizing, and exporting CSV files without sending the file to a server. It supports comma, semicolon, tab, and pipe delimiters, preserves quoted values, and keeps data local to the browser.
How to use it
Upload a CSV file, paste CSV text, or load a sample dataset. Edit cells inline, add or delete rows and columns, sort by clicking a column header, drag column borders to resize, and download the edited CSV when finished. Toggle Header when the first row should be treated as column labels.
Large files
The table uses virtualization for the default non-wrapped view so large CSV files can be inspected without rendering every row at once. Files above 100,000 data rows are capped for browser safety, and very large datasets may skip autosave with a warning so users can download a copy instead of relying on browser storage.
CSV compatibility
Parsing and export are handled with Papa Parse. Quoted commas, escaped quotes, quoted newlines, empty cells, Unicode text, duplicate column names, missing trailing values, and extra trailing values are normalized into a consistent editable table and round-trip through export.
Privacy and persistence
CSV content is processed locally in the browser. Small and medium sessions autosave to IndexedDB after changes, while display preferences such as wrap text and auto-fit stay in localStorage. Clear removes the current editor session from local browser storage.
Limitations
Browser memory, storage quota, and main-thread parsing limits still apply. Extremely wide files, very long cell values, or very large row counts can be slower than a desktop spreadsheet or database tool. Split oversized CSV files before editing when possible.