I was able to get the output in csv format , but i am unable to iterate a nested object inside the csv . For example, if i have a car object inside a vehicle class , i am getting output as "id,vehicaldetails,System.car(anonymous object)" and i am unable to expand that object further
I was able to get the output in csv format , but i am unable to iterate a nested object inside the csv . For example, if i have a car object inside a vehicle class , i am getting output as "id,vehicaldetails,System.car(anonymous object)" and i am unable to expand that object further