Add a status column at the end
Input
status active active name,role John,admin Anna,editor
Output
name,role,status John,admin,active Anna,editor,active
Useful when you want to append the same kind of field after existing data.
Text Tools
Review practical Append a CSV Column examples so you can understand expected input, output, and common patterns faster.
Use this tool to append a new column to CSV data. It is useful when you need to add notes, tags, extra calculated values, labels, or other trailing fields without editing rows 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
status active active name,role John,admin Anna,editor
Output
name,role,status John,admin,active Anna,editor,active
Useful when you want to append the same kind of field after existing data.
Input
note ok review id,title 1,Book 2,Pen
Output
id,title,note 1,Book,ok 2,Pen,review
Appends a new trailing field to each row.
Fix: Provide one new value for each CSV row below the header.
Fix: Put the new header and values first, then a blank line, then the CSV.
Fix: Make sure the CSV itself is valid before adding a new column.
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 Append a CSV Column page and test your own real input.