> For the complete documentation index, see [llms.txt](https://docs.testmace.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.testmace.com/other-features/bulk-edit.md).

# Bulk Edit

Some tables in the app have the bulk edit feature.  You can see the **BULK EDIT** button above these tables.When you enable the bulk edit mode, the table content transforms into text, where values are separated by the **:** symbol and lines break with the newline character. To disable the line, text **//** in the beginning.

Let's take headers bulk editing at RequestStep node. Standard headers editing looks like this:

![Standard headers editing](/files/-Lgby1qDO-3IJLEI7wkn)

When you click on the **BULK EDIT** button, the widget changes to this:

![Headers bulk editing](/files/-LgbyQsJjDD5ufO8yPkJ)

See how values are separated by : symbol and lines break with the newline character. Let's disable the first line. Add **//** in the beginning.

![Disabling a line in the bulk edit mode](/files/-Lgbzdf23GWVbN30MAH4)

Let's turn back to the table mode by clicking on the **TABLE EDIT** button. The table will look like this:

![](/files/-Lgc--dqOyKM2y0l_Rx_)

As you can see, the first line checkbox is unchecked, which means the line won't be used in the request.
