> For the complete documentation index, see [llms.txt](https://doc.duaer.com/zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.duaer.com/zh/build/convert-to-file.md).

# 在 Duaer 里用 Convert to File 写出文件

在 Duaer 里，Convert to File 把当前条目的 JSON 转成 binary 上的文件。默认 Operation 是 Convert to CSV。
## 写成 CSV

1. 搜索 Convert to File，接到有多条 JSON 的节点后面。
2. Operation 保持 Convert to CSV。
3. Put Output File in Field 默认是 data。需要时改成别的 binary 字段名。
4. 点执行此步骤。输出条目的 binary.data 里是这份 CSV。

Operation 还可以是 Convert to HTML、Convert to JSON、Convert to ODS、Convert to RTF、Convert to Text File、Convert to XLS、Convert to XLSX、Convert to ICS，以及 Move Base64 String to File。

文件不在 json 里，在 binary 上。总览见 [在 Duaer 里使用文件和图片](/zh/data/binary-data.md)。
## Questions

### Duaer 的 Convert to File 会把文件存到我电脑的磁盘吗？

不会。文件在这次执行的 binary 字段里。要写本机磁盘，用自托管上的 Read/Write Files from Disk，线上实例没有你的磁盘。

