> 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/rename-keys.md).

# 在 Duaer 里用 Rename Keys 改字段名

在 Duaer 里，Rename Keys 只改字段名，不改字段值。在 Keys 里填 Current Key Name 和 New Key Name。
## 改一个字段名

1. 搜索 Rename Keys，接到上一个节点后面。
2. 在 Keys 里点 Add new key。
3. Current Key Name 填现在的名字，例如 email_address。可用点号写深层字段。
4. New Key Name 填新名字，例如 email。
5. 点执行此步骤。输出里字段已改名，值不变。

Additional Options 里的 Regex 可用正则批量改名。节点提示：正则可能影响你刚改过的名字。

要改的是值而不是名字，用 Edit Fields，见 [在 Duaer 里用 Edit Fields 改字段](/zh/build/edit-fields.md)。
## Questions

### Duaer 的 Rename Keys 会删掉没列出的字段吗？

不会。没写进 Keys 的字段名保持原样。

