asafdav / ng-csv

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

Import CSV file #147

Open fbarbat opened 8 years ago

fbarbat commented 8 years ago

Maybe it is out of the scope of this framework but it would be useful to have "importing CSV" support.

This functionality should do the opposite to what ng-csv does now. It should support a file upload and convert it to an array of objects.

What do you think?

Thanks!

gouravsood commented 7 years ago

Its better to have single module handling both import and export of CSV.