πŸš€ Excel to JSON – Operation Extension!

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!):

  1. Add the Excel to JSON operation to your flow.
  2. Pass the file ID of your uploaded spreadsheet.
  3. 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

4 Likes

Thanks for sharing @Abdallah! This is great.

1 Like