Forum Discussion
How to import all columns from a JSON when not all the objects have the same keys
- 1 year ago
Anonymous ,
Here are a few steps you can follow.
-
Load JSON: Go to Data > Get Data > From File > From JSON and load your file.
-
Convert to Table: Click To Table in Power Query.
-
Expand Columns: Use the Expand Column button (next to the column name). Missing keys will appear as null.
-
Handle Missing Keys: If a key (e.g., ciudad) is not in all objects, it will still create a column with null for missing values.
-
Load to Excel: Click Close & Load to return the data to Excel.
This ensures all potential columns are imported, including those with missing keys.
-
Hi Anonymous
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.