ng-csv icon indicating copy to clipboard operation
ng-csv copied to clipboard

Recursive object / array not working

Open manu18 opened this issue 9 years ago • 1 comments

the json object : [{"id":"696931","name":"myname","status":[{"plan":"2015-08-21","env_name":"one name"},{"plan":"2015-08-21","env_name":"one other name"}]},{"id":"696932","name":"myname1","status":[{"plan":"2015-08-22","env_name":"one name"},{"plan":"2015-08-22","env_name":"one other name"}]}]

give the result : 696931;myname;[object Object],[object Object] 696932;myname1;[object Object],[object Object]

as you can see there is not recursive parsing

manu18 avatar Aug 26 '15 14:08 manu18

I have the same issue

tigress298 avatar Jan 21 '16 15:01 tigress298