# 修改现有滤件实例

修改已有滤件比新建一个方便的多，因为有的数据库公司的标签和数据组织还有很大的相似性

编辑滤件的原因包括增加导入额外信息的标签；移除标签或者使用 {IGNORE}忽略不想导入数据；或者微调现在的数据。本节前面的教程描述了如何使用模板和选项使滤件更好的工作。科研动力的网友@绿泡泡也曾就滤件写过文章，如[EndNote自制滤件导入润桐RainPate专利](http://www.howsci.com/endnote-import-rainpate.html)，科研动力也有一些文章，如[EndNote 滤件简介](http://www.howsci.com/endnote-filter.html)和 [EndNote自制标签格式的滤件批量导入文献](http://www.howsci.com/endnote-add-filter-manually.html)。本文的例子目的是提供一个滤件一般编辑过程

### 为 滤件增加 Tag 和 Field

假设要修改一个滤件以把文献的发表语言导入到 EndNote 的 Notes 字段中。下面的数据文件中，注意前面的标签是「LA-」

> TI- Zum beginn des mathematischen Frauenstudiums i Preussen. |\
> TI- \<Translated> The beginnings of mathematical studies for women in Prussia |\
> AU- Tobies. Renate\
> JN- NTM Schr. Geschichte Natur. Tech. Medizin |\
> SO - \<JN> NTM Schriftenreihe fur Geschichte der Naturwissenschaften Technik und Medizin |\
> SO- \<PY> 1991 |\
> SO- \<VO> 28 |\
> SO- \<NO> no. 2, |\
> SO- \<PG> 151-172. |\
> LA- German |\
> DT- Journal |

现在增加一个标签可以把「LA」标签直接导入到 EndNote 的 Notes

1. 依次打开菜单 Edit >> Import Filters >> Open Filter Manager，打开滤件管理器。另外常用的滤件会在 Import Filter 子菜单中，可以直接选择 Edit \<Filter> 来编辑一个滤件也可
2. 在滤件管理器中选择一个滤件，然后选择编辑 Edit
3. 选择 Templates
4. 把鼠标放置于任何一个行上，然后回车增加一个新行
5. 在 Tag 一列中输入 LA-，然后把鼠标放置于左侧的在 Field 中，从 Insert Field 列表中找到 Notes 选择插入。这就告诉 EndNote 把这部分内容导入到笔记中了
6. 可在滤件中其余的文献类型中如上方法添加「LA-」标签。使用 Reference Type 列表切换成其余的文献类型模板，然后重复上述第5步
7. 依次打开菜单 File >> Save As，起个名字然后保存Save


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.howsci.com/filters/edit-filters/modifying-an-existing-filter-example.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
