Hello Aspose Support Team,
I am exploring the possibility of converting a JSON array property into CSV format using Aspose APIs. I already have a sample payload, template, and generated output, but my expected output is…... You can join the array elements with a delimiter...Cells[i, 1].PutValue(string.Join(", ", jsonData.data[i].hobbies));...