How to import from JSON to Excel
It’s possible to import directly from JSON to Excel. This allows us to easily filter by some JSON fields or execute Excel queries on top of our JSON data.
I have a json file with hundreds of items following this structure.
{
"_id": "63371b0027484f4f9f00587d",
"guid": "ab4059e7-6441-4593-8272-42c53e4742d2",
"isActive": true,
"balance": "$2,120.18"
}