ContributionsMost RecentMost LikesSolutionsMongoDB Connections using ReadyAPI HI Team, I don't see proper documentation for MongoDB With ReadAPI, I need below asnwers 1. Connect MongoDB through ReadyAPI 2. Get data using Aggregation 3. Store in Excel file, Some one help on this. Regards Sreedhar Metukuru MongoDB Connections' and use different queries HI Team, In order to use aggregation in ready api, please give us sample code, I am facing issues, how to apply different aggregation. HOW to put Unwind data into query below is sample code, $unwind: /** * path: Path to the array field. * includeArrayIndex: Optional name for index. * preserveNullAndEmptyArrays: Optional * toggle to unwind null and empty values. */ { path: "$Folder.List.items", includeArrayIndex: "legIndex", preserveNullAndEmptyArrays: true, }, }, Re: After extracting data from oracle db using query, then how to store into excel file Thank you, i was able to do it. After extracting data from oracle db using query, then how to store into excel file After extracting data from oracle db using query, then how to store into excel file Solved