file-to-json-parsing

Parse CSV, HTML, JSON, ICS, spreadsheets, PDFs, and RTF into structured JSON.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/AgentPMT/agent-skills --skill file-to-json-parsing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-to-json-parsing
Source: https://github.com/AgentPMT/agent-skills/tree/main/skills/file-to-json-parsing
Command: npx skills add https://github.com/AgentPMT/agent-skills --skill file-to-json-parsing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the conversion of various file formats into structured JSON, streamlining data processing and integration into automated workflows.

Core Features & Use Cases

  • Multi-format Support: Parses CSV, HTML, JSON, ICS calendars, spreadsheets (ODS, XLSX), PDFs, RTF, and plain text files.
  • Large File Handling: Supports files up to 100MB.
  • Use Case: Convert an uploaded CSV sales report into a JSON payload ready for API submission to your CRM.

Quick Start

Use the file-to-json-parsing skill to extract data from the attached file 'sales_report.csv'.

Frequently Asked Questions about file-to-json-parsing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert CSV and PDF files to JSON for API submissions?

Yes, this skill handles spreadsheet parsing for large files up to 100MB. It supports extracting data from ODS and XLSX formats, converting extensive spreadsheet datasets into structured JSON output without manual intervention.

What file formats are supported for structured JSON conversion?

Configurable extraction parameters allow precise data retrieval from your files during JSON conversion. You can tailor the parsing rules to target specific data points within PDFs, spreadsheets, or HTML documents for accurate output.

Can I parse large spreadsheets up to 100MB into JSON payloads?

Yes, this skill handles spreadsheet parsing for large files up to 100MB. It supports extracting data from ODS and XLSX formats, converting extensive spreadsheet datasets into structured JSON output without manual intervention.

Does this JSON conversion tool support ICS calendar files?

Yes, this JSON conversion tool supports ICS calendar files. It parses ICS formats alongside PDFs, HTML, and spreadsheets, extracting event data into structured JSON for seamless integration into automated scheduling workflows.

What is the best way to automate file parsing for downstream processing pipelines?

The best way to automate file parsing for pipelines is using a skill that directly transforms raw uploads into structured JSON. This approach addresses the need for seamless data transformation between diverse file formats and downstream processing systems.