Kombinieren von Binärdaten in Excel

Copper Contributor

Hallo,

ich versuche aktuell in Excel mehrere Json-Datein zu kombinieren. Dabei wird mir immer die folgende Fehlermeldung angezeigt:

 

"Fehler in der Abfrage 'Datei aus Test transformieren'. Expression.Error: Ein Wert vom Typ "List" kann nicht in den Typ "Record" konvertiert werden.
Details:
Value=List
Type=Type"

 

Woran könnte das liegen und wie behebe ich diesen Fehler. Vielen Dank schonmal im Vorraus für die Hilfe.

Beste Grüße

 

 

4 Replies

@DanielK069 

Consider putting the several json files in a single folder, then from the query editor (Power Query) "connect to Folder" - Combine and Transform.

 

 

The error you are getting looks like a data type issue. At the beginning of data transformation in the query editor, confirm that the step "Change Type" has all the right data type for the columns in the table. 

@ElElyonThank you for your reply.

Unfortunaly it still has the same mistake.

My Json-Files are in one folder but if i try to combine them in Power Query it still says "A Value of the type "List" can not be converted to the type "Record"".

As far as i can see all Settings are set to binary.

I found my mistake. Thank You!

@DanielK069 I have the same problem. Can you please share your solution?