Hi Team,
I have a method like " public async Task<IActionResult> Jsontocsv(string jsos, string filename)" which takes input parameters as Json data and file name. I want to return the CSV file generated from this input JSON data.
The ASP NET core WEB API should return the CSV file generated from the Input JSON data.