ADF Data Flows reads only 1 record from Json file instead of all
Hi I have data in following Json format. I am using ADF Data flow to convert this into csv file.
I created JSON dataset to read this file and the following is the projection created
Following are the JSON Settings in Source Options
Now when I preview the dataset , I get only one row instead of multiple rows. Ideally it has more than 10k rows in Json. I tried with Array of Documents in Source options but not working.
Following is the python implementation which is working fine. Json data is available in "data" and able to parse data into "df1"
What changes I need to make to show full data or 1000 rows of data in data preview?