Hello everyone!
Iβm excited to share my very first Directus extension: Excel to JSON. This extension lets you easily convert Excel and spreadsheet files into clean JSON, right inside your Directus flows.
What does it do?
- Supports Excel, CSV, and TSV files
- Validates file types automatically
- Outputs structured JSON for your flows
How to use it (itβs super simple!):
- Add the Excel to JSON operation to your flow.
- Pass the file ID of your uploaded spreadsheet.
- Done! Instantly get your data as JSON for further automation.
Installation:
You can install it from the Directus Marketplace if MARKETPLACE_TRUST=all
is set; otherwise, manual install is needed.
Note: Currently, it supports only local storage files; cloud storage support is coming soon.
Feedback & Collaboration
This is my first extension, so any help, advice, or feedback is very welcome!
If you have suggestions, ideas, or want to contribute, please check out the repo or leave a comment.
GitHub: directus-operation-excel-to-json