Kategorien

Text to CSV Converter

Convert various text formats to CSV with customizable parsing options

API-Dokumentation

Request-Endpunkt

POST /de/api/tools/text-to-csv

Request-Parameter

Parameter-Name Typ Erforderlich Beschreibung
textInput textarea Ja -
inputFormat select Ja -
delimiter text Nein -
includeHeader checkbox Nein -
quoteMode select Ja -
lineEnding select Ja -
previewRows number Nein -
showStats checkbox Nein -

Antwortformat

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

MCP-Dokumentation

Fügen Sie dieses Tool zu Ihrer MCP-Server-Konfiguration hinzu:

{
  "mcpServers": {
    "elysiatools-text-to-csv": {
      "name": "text-to-csv",
      "description": "Convert various text formats to CSV with customizable parsing options",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=text-to-csv",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

Sie können mehrere Tools verketten, z.B.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, maximal 20 Tools.

Wenn Sie auf Probleme stoßen, kontaktieren Sie uns bitte bei [email protected]