asafdav / ng-csv

Simple directive that turns arrays and objects into downloadable CSV files
MIT License
573 stars 215 forks source link

Ignore columns of type object #206

Open sgilbert opened 7 years ago

sgilbert commented 7 years ago

It would be helpful to ignore columns that are complex objects. Now the user gets a column that has the text [Object].

rusackas commented 6 years ago

or output the stringified JSON, for that matter.