Hi Anuganti Suresh , Thankyou for using Microsoft Q&A platform and thanks for posting your query here. As I understand your issue, Full schema is not getting displayed when you Import schema for Json file in mapping dataflow in Azure . So , you want to ask if there is any limitation of the number of Jsons that can be imported. Please let me know if that is not the issue here.
Dataflow always treats the first object of the array as the schema . So if you see inside columns[] array, the first json is taken as the schema. It expects that all the items of array should have same schema. If it's different , it will consider the first object schema as the schema of whole array.
The issue here is not about the number of jsons that is showing up after importing the schema , it's about the mismatch in the schema of items of array.
To test this, you can modify the json by adding another array as well, it will show up after importing schema , so the issue is not about any limitation of json size. It's related to the mismatch in schema which is not expected.
Hope it helps. Kindly accept the answer by clicking on Accept answer
button. Thankyou