Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Syndicate_Admin
Administrator
Administrator

DataFormat.Error: Encontramos caracteres adicionales al final de la entrada JSON.

Fuente: Azure Blob Storage

Source = AzureStorage.Blobs("xxxxxxdev001")

Los datos JSON provienen de Azure Blob Storage y los archivos JSON son registros de diagnóstico de PostgreSQL Server:

let
    Source = AzureStorage.Blobs("xxxxxxdev001"),
    #"insights-logs-postgresqllogs1" = Source{[Name="insights-logs-postgresqllogs"]}[Data]
in
    #"insights-logs-postgresqllogs1"

Detalles del error:

DataFormat.Error: We found extra characters at the end of JSON input.
Details:
Value={
Position=470

Cuando intento navegar a través de Binary, superando el error, ¿no estoy seguro de por qué?

5 REPLIES 5
Syndicate_Admin
Administrator
Administrator

En Power Bi Desktop funciona bien para mí, en el servicio tengo problemas

Syndicate_Admin
Administrator
Administrator

No, no lo he intentado por un tiempo, pero he estado trabajando en un enfoque alternativo para reformatear el JSON usando Python y luego pasar el archivo al analizador. Por favor, hágame saber si tiene alguna oportunidad de resolverlo.

Syndicate_Admin
Administrator
Administrator

@azeem2020 Me enfrento al mismo problema. ¿Está esto resuelto por su parte?

Syndicate_Admin
Administrator
Administrator

@azeem2020 , este error se produce cuando el formato json tiene algún problema. No se requiere algún carácter o falta la posición

Esos archivos JSON se generan automáticamente habilitando la configuración de diagnóstico en PostgreSQL - Flexible Server.
Configurar y acceder a registros para Azure Database for PostgreSQL - Flexible Server - Formato JSON
Así que supongo que JSON está bien formateado, de lo contrario , Microsoft debería volver a trabajar en su formato. Pero aquí, en mi caso, el problema está en otro lugar.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.