Catégories

CSV Column Selector

Select specific columns from CSV data by column names or indices. Perfect for extracting relevant data from large CSV files with many columns.

For "By Name": column1,column2,column3 For "By Index": 1,3,5 For "By Range": 1-3,5,7-9

Remove columns that are completely empty in the data

Remove whitespace from beginning and end of cell values

Documentation de l'API

Point de terminaison de la requête

POST /fr/api/tools/csv-column-selector

Paramètres de la requête

Nom du paramètre Type Requis Description
csvInput textarea Oui -
delimiter select Oui -
columnSelectionMethod select Oui -
selectedColumns text Oui For "By Name": column1,column2,column3 For "By Index": 1,3,5 For "By Range": 1-3,5,7-9
outputDelimiter select Oui -
includeHeader checkbox Non -
skipEmptyColumns checkbox Non Remove columns that are completely empty in the data
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-column-selector": {
      "name": "csv-column-selector",
      "description": "Select specific columns from CSV data by column names or indices. Perfect for extracting relevant data from large CSV files with many columns.",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=csv-column-selector",
      "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]