CSVを読み込んで、列の並べ替え・削除・ヘッダ名変更・整形を行い、UTF-8で保存できます。
Load a CSV, reorder/drop/rename columns, clean values, then download as UTF-8.
※ファイルは端末内で処理され、外部送信されません。
No server upload. Everything runs locally in your browser.
Step 1:CSVを読み込むStep 1: Load CSV
サンプルCSVで試すTry sample CSV
会計・EC・名簿のサンプルを画面に読み込んで、そのまま列編集と出力確認ができます。
Load accounting, e-commerce, or contact-list samples directly into the tool.
読み込み時の注意Loading notes
- 文字化けする場合は、UTF-8 / Shift_JIS を切り替えて再読み込みしてください。
- If text looks garbled, reload with UTF-8 or Shift_JIS.
- 列がズレる場合は、入力区切り文字を切り替えてください。
- If columns shift, try a different input delimiter.
Step 2:整形ルールStep 2: Cleaning rules
Step 2:列の編集Step 2: Columns
ドラッグまたは↑↓で順序変更。除外ONの列は出力されません。Drag or use ↑↓ to reorder. Excluded columns are not exported.
Step 3:プレビューStep 3: Preview
出力前サマリーOutput summary
保存前に、列数・除外列・BOM・区切り文字・改行コードを確認してください。
Before saving, check columns, excluded columns, BOM, delimiter, and line endings.
文字化け対策Encoding tips
- Excelで開く場合は、UTF-8 BOM ON の出力を推奨します。
- For Excel, UTF-8 with BOM is usually recommended.
- 文字化けする場合は、入力文字コードを UTF-8 / Shift_JIS で切り替えて再読み込みしてください。
- If text looks garbled, reload with UTF-8 or Shift_JIS input encoding.
- ブラウザ環境によっては Shift_JIS 読み込みに制限がある場合があります。
- Shift_JIS support may vary depending on the browser.
よくある質問FAQ
CSVファイルはサーバーに送信されますか?Is my CSV uploaded to a server?
いいえ。CSVの読み込み・整形・保存はブラウザ内で処理されます。
No. Loading, tidying, and saving are processed in your browser.
Excelで文字化けしないようにできますか?Can I avoid garbled text in Excel?
UTF-8 BOM ONで出力すると、Excelで開きやすくなる場合があります。
Exporting as UTF-8 with BOM may make the file easier to open in Excel.
列を削除しても元ファイルは変わりますか?Does excluding columns change the original file?
いいえ。元ファイルは変更されません。整形後のCSVを別ファイルとして保存します。
No. The original file is not changed. The tidied CSV is saved as a separate file.
Shift_JISに対応していますか?Does this support Shift_JIS?
読み込み選択はありますが、ブラウザ環境によって対応が異なる場合があります。出力はUTF-8を基本とします。
Input selection may be available, but support depends on the browser. Output is basically UTF-8.