# 滤件模板忽略设置

数据中可能有些信息不想导入到 EndNote 中，为了强制让 EndNote 忽略一些信息，需要在滤件模板 Field 中插入「{IGNORE}」。假设数据文件是如下样子的，现在想让 EndNote 忽略括号内的文本\[letter]

&#x20;TI:   Research funds are dwindling.\[letter]

如果不想导入，就加上「{IGNORE}」。上面的数据所对应的滤件如下，注意因为不想导入\[letter]，因此要告诉 EndNote 别给我一股脑的全部导入，所以「letter」就要以{IGNORE}代替：

| Tag | Field(s)          |
| --- | ----------------- |
| TI: | Title.\[{IGNORE}] |


---

# 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/filter-templates/ignore-field.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.
