Forum Discussion
PedroCSeq
2 years agoFrequent Visitor
Getting a multilevel JSON from an API not working in Fabric Data Factory
Hello everyone! I'm trying to get a multiple JSON files from an API and having issues with a few of them: when using a normal REST connection it returns an invalid opperation (keeping in mind the sa...
Anonymous
2 years agoNot applicable
Hi PedroCSeq ,
Thanks for using Fabric Community.
I can some methods to the JSON deserialization error you're encountering in Fabric Data Factory.
These steps might help:
1. Validate JSON Format:
- Manually: Inspect a sample of the response from the API using tools like Postman or a browser.
- Review Structure: Make sure it adheres to JSON syntax rules. You can use a JSON validator online or in your code.
2. Address Unexpected Characters:
- Trim Leading/Trailing Characters: Remove any extra whitespace or characters before the first curly brace.
- Check Data: Ensure the response doesn't contain HTML elements or other non-JSON content.
Hope this is helpful. Please let me know incase of further queries.
Anonymous
2 years agoNot applicable
Hello PedroCSeq ,
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet.
In case if you have any resolution please do share that same with the community as it can be helpful to others.
Otherwise, will respond back with the more details and we will try to help.