Categories

Column Renamer

Rename column headers in CSV and table data with preview and validation

API Documentation

Request Endpoint

POST /en/api/tools/column-renamer

Request Parameters

Parameter Name Type Required Description
data textarea Yes -
delimiter select No -
renameMapping textarea No -
autoDetect checkbox No -
caseConversion select No -
specialCharHandling select No -
includePreview checkbox No -
formatOutput select No -

Response Format

{
  "result": "Processed text content",
  "error": "Error message (optional)",
  "message": "Notification message (optional)",
  "metadata": {
    "key": "value"
  }
}
Text: Text

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-column-renamer": {
      "name": "column-renamer",
      "description": "Rename column headers in CSV and table data with preview and validation",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=column-renamer",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]