bahaaldine / angular-csv-import

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

Doesn't work with file larger than 1 mb #20

Open rohngonnarock opened 9 years ago

bahaaldine commented 9 years ago

Thanks for the feedback, I'll definitely check

bahaaldine commented 8 years ago

I think that this might help:

http://stackoverflow.com/questions/24647563/reading-line-by-line-file-in-javascript-on-client-side

I'll have a look to integrate this, the idea will be to read the file line by line.

jerelim commented 8 years ago

Hi @bahaaldine , is there a update in the works to fix this issue ??

bahaaldine commented 8 years ago

@rohngonnarock @jerelim I working on a different implementation on the plugin so that you will be able to download whatever file size you want.