Delete by header name
Input
email name email role John john@example.com admin Anna anna@example.com editor
Output
name role John admin Anna editor
Removes the selected header from all TSV rows.
Text Tools
Review practical Delete a Column from TSV examples so you can understand expected input, output, and common patterns faster.
Use this tool to remove one selected column from TSV data. It is useful for cleaning exports, removing unwanted fields, preparing imports, simplifying reports, and quickly deleting a tab-separated column without editing every row manually.
Example pages are especially useful for text tools because they show what good input looks like, what kind of output to expect, and how the tool behaves in common scenarios.
Input
email name email role John john@example.com admin Anna anna@example.com editor
Output
name role John admin Anna editor
Removes the selected header from all TSV rows.
Input
2 name email role John john@example.com admin Anna anna@example.com editor
Output
name role John admin Anna editor
Uses 1-based column numbering.
Fix: Put the selector first, then a blank line, then the TSV data.
Fix: Check the TSV header row and use the exact header text.
Fix: This tool uses 1-based column numbering.
After reviewing these examples, run the live tool with your own input. If your task involves a follow-up step, the related page can help you move to the next tool in the workflow.
Open the main Delete a Column from TSV page and test your own real input.