Convert between CSV and JSON for fast structured data handling.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "Csv" MCP server from askskill: Run: claude mcp add --transport http 'io-github-pipeworx-io-csv' 'https://gateway.pipeworx.io/csv/mcp'
Convert the following CSV data into a JSON array, keeping the header row as keys: name,age,city Alice,30,Shanghai Bob,25,Beijing
A structured JSON array where each row becomes an object.
Convert the following JSON array into CSV format, using the column order id, product, price: [{"id":1,"product":"Keyboard","price":199},{"id":2,"product":"Mouse","price":99}]CSV text ready to save or import into spreadsheet tools.
Read this CSV, normalize the field names into lowercase snake_case, and output JSON: User Name,Order Amount,Order Date Tom,1200,2024-01-10 Jane,980,2024-01-11
JSON output with standardized field names for downstream processing.
Generate, validate, format, and manipulate JSON data structures easily.
Use AI to process, analyze, and transform CSV files efficiently.
Convert between CSV, Excel, Markdown, and Word file formats.
Transform CSV and JSON data with YAML rules for fast cleaning and remapping.
Explore, analyze, and filter CSV data with schema and statistics tools.
Let AI analyze, format, and automate Excel and CSV workflows.