feat: add csv encode describe

feat/add-csv-encode
Joel 2023-09-07 13:01:53 +08:00
parent 315bc4880d
commit 3948d518ce
2 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,8 @@ Click the Download Template button to download the template. Edit the template,
If you need to export the generated content, you can click the download "button" in the upper right corner to export as a `csv` file.
**Note:** The encoding of the uploaded `csv` file must be `Unicode` encoding. Otherwise, the result will fail. Solution: When exporting to a `csv` file with Excel, WPS, etc., select `Unicode` for encoding.
### Save run results
Click the "Save" button below the generated results to save the running results. In the "Saved" tab, you can see all saved content.

View File

@ -45,6 +45,8 @@
如果需要导出生成的内容,可以点右上角的下载 “按钮” 来导出为 `csv` 文件。
**注意:** 上传的的 `csv` 文件的编码必须是 `Unicode` 的编码。否则会运行结果失败。解决方案:用 ExcelWPS 等导出为 `csv` 文件时,编码选择 `Unicode`
### 保存运行结果
点击生成结果下面的 “保存” 按钮,可以保存运行结果。在 “已保存” 选项卡中,可以看到所有已保存的内容。