---
name: Bug report
about: Create a report to help us improve
title: '[BUG] '
labels: 'bug'
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Install CSV Editor with '...'
2. Run command '....'
3. Process CSV file '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Error message**
```
Paste the full error message here
```
**CSV file sample**
If possible, provide a minimal CSV file that reproduces the issue:
```csv
header1,header2,header3
value1,value2,value3
```
**Environment:**
- OS: [e.g. Ubuntu 22.04, macOS 13, Windows 11]
- Python version: [e.g. 3.11.0]
- CSV Editor version: [e.g. 1.0.1]
- Installation method: [e.g. pip install git+https://github.com/santoshray02/csv-editor.git]
**MCP Configuration**
If using with an AI assistant, please share your MCP configuration:
```json
{
"csv-editor": {
"command": "csv-editor",
"args": []
}
}
```
**Additional context**
Add any other context about the problem here.