# 模板增加和删除行

滤件模板中的行，其 Tag 的顺序可以不同于数据文件中的标签顺序，只要把所想导入的数据标签都定义完了就可以

但是有种情况，模板中的标签顺序是很重要的。比如下面的一个数据文件，文献的期刊有以下3种形式

&#x20;SO: Semin-Oncol. 76(3):465-71 1998\
&#x20;SO: Semin-Oncol. 127:5-24 1999\
&#x20;SO: Eur-J-Cancer. 118/6 (654-657) 1998

上面的「SO」标签有多个变量，此时滤件模板的 Tag 顺序就重要了。可能需要多个重复 Tag 来解析这个复杂的数据行。而且要从最复杂的开始，从下往下到最简单的

EndNote 导入时会根据模板的标签列表，查找数据文件相应的标签，如果找到了，再查找下一个标签，以此类推，直到查找完毕

### 模板中增加和删除行的方法

活动标签下新建一行，可以把鼠标移动到活动 Field(s) 上然后回车

如果在一个标签上新建一个行，可以把鼠标移动到活动 Tag 上然后回车

删除一个行，选中这个行然后从菜单 Edit >> Clear


---

# 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/adding-and-deleting-rows-in-the-filter-template.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.
