CSV Data Grouper
Group CSV data by specified columns with aggregation options. Perfect for summarizing and analyzing large datasets by categories, dates, or other criteria.
Documentation de l'API
Point de terminaison de la requête
POST /fr/api/tools/csv-data-grouper
Paramètres de la requête
| Nom du paramètre | Type | Requis | Description |
|---|---|---|---|
| csvInput | textarea | Oui | - |
| delimiter | select | Oui | - |
| groupByColumns | text | Oui | Columns to group data by. Multiple columns will create nested groups. |
| aggregationOptions | textarea | Non | JSON format: [{"column": "Amount", "function": "sum", "as": "Total_Amount"}] Simple format: Amount:sum,Name:count Default: Count records per group Available functions: count, sum, avg/average, min, max, first, last, join, unique, count_unique |
| outputFormat | select | Oui | - |
| includeHeader | checkbox | Non | - |
| sortGroups | checkbox | Non | - |
| trimValues | checkbox | Non | Remove whitespace from beginning and end of cell values |
Format de réponse
{
"result": "Processed text content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
Texte:
Texte
Documentation de MCP
Ajoutez cet outil à votre configuration de serveur MCP:
{
"mcpServers": {
"elysiatools-csv-data-grouper": {
"name": "csv-data-grouper",
"description": "Group CSV data by specified columns with aggregation options. Perfect for summarizing and analyzing large datasets by categories, dates, or other criteria.",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=csv-data-grouper",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
Vous pouvez chaîner plusieurs outils, par ex.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 outils.
Si vous rencontrez des problèmes, veuillez nous contacter à [email protected]