feat: add csv encode describe (#16)
parent
315bc4880d
commit
b119463fd7
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -45,6 +45,8 @@
|
|||
|
||||
如果需要导出生成的内容,可以点右上角的下载 “按钮” 来导出为 `csv` 文件。
|
||||
|
||||
**注意:** 上传的的 `csv` 文件的编码必须是 `Unicode` 的编码。否则会运行结果失败。解决方案:用 Excel,WPS 等导出为 `csv` 文件时,编码选择 `Unicode`。
|
||||
|
||||
### 保存运行结果
|
||||
|
||||
点击生成结果下面的 “保存” 按钮,可以保存运行结果。在 “已保存” 选项卡中,可以看到所有已保存的内容。
|
||||
|
|
|
|||
Loading…
Reference in New Issue