1. Exporting Nested API Data to Excel
Frontend DeveloperBackground
You have a complex JSON array containing user profiles with nested address and contact objects.
Problem
You need to share this data with the marketing team, who require an Excel file to perform analysis.
How to use
Select 'JSON to XLSX', paste your JSON array, and set the path separator to a dot (.).
mode: json_to_xlsx, pathSeparator: '.', arrayMode: indexOutcome
A clean Excel file where nested fields like 'user.address.city' appear as individual columns.