bahaaldine / angular-csv-import

Angular component that lets you import and convert CSV file to JSON
MIT License
150 stars 89 forks source link

Add option to show or hide separator editing. Set default separator #10

Closed louisjimenez closed 9 years ago

louisjimenez commented 9 years ago

This sets the default separator to a comma and removes the need to specify the separator attribute when using the directive. I think this is a smart assumption for comma separated value files but it still supports specifying a different separator. The separator input can now be hidden or shown based on the value of the separator-visible attribute.