How to Convert XLSX to JSON

Hi @Mehmet_Emin_KARADAG

  1. You can convert the xlsx file to CSV, for example, using CloundConvert.
  2. Parse the data using the Parse CSV module.
  3. Aggregate the results into a JSON.

I attached the blueprint of the required steps; you can import it your Make account.


blueprint.json (14.6 KB)

2 Likes