1. Converting API User Data to CSV
Data AnalystBackground
An analyst received a JSON export of user activity logs from a web service.
Problem
The data is in a nested JSON format that cannot be directly opened in Excel for analysis.
How to use
Paste the JSON array into the input, select 'Flatten' for nested objects, and ensure 'Include Headers' is checked.
delimiter: ',', includeHeaders: true, nestedHandling: 'flatten'Outcome
A clean CSV file where nested user profile fields are expanded into individual columns, ready for pivot table analysis.