Fix a CSV that opens garbled in Excel
fix_csv_encodingDetect the real encoding of a CSV (GB18030, Shift-JIS, Windows-1252…), repair mojibake (UTF-8 that was read as Latin-1, e.g. "é"), and re-emit UTF-8 with a BOM so Excel opens it correctly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Public URL of the CSV. | |
| text | No | Or paste the CSV content directly. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||