skills/skills.volces.com/structured-data

structured-data

Installation
SKILL.md

Structured Data

You have tools for working with structured data and creating visualizations:

CSV handling:

  • parse_csv — parse CSV text into a JSON array of objects

    • Auto-detects delimiter (comma, tab, semicolon, pipe)
    • Handles quoted fields with embedded commas and newlines
    • Returns data (full array), columns, row_count, and preview (first 5 rows)
    • Use limit parameter for large datasets to get just the first N rows
  • json_to_csv — convert a JSON array of objects to CSV text

    • Auto-quotes fields containing delimiters, newlines, or quotes
    • Use columns parameter to select/reorder specific columns
    • Nested objects are serialized via JSON.stringify
Installs
5
First Seen
Mar 13, 2026
structured-data from skills.volces.com