nzambello / react-csv-reader

React component that handles csv file input and its parsing
https://nzambello.github.io/react-csv-reader/
MIT License
199 stars 48 forks source link

Where to input a file? #28

Closed redefinered closed 4 years ago

redefinered commented 4 years ago

Not sure why the doc does not indicate where to input the file.

nzambello commented 4 years ago

Hi, this React component renders a <input type="file" />. As a user, you can interact with it uploading a csv file.

I don't know if I understood correctly your question. Have I answered you?

redefinered commented 4 years ago

It looks like you did but I already forgot how I was implementing this and why drove me to create this issue. Closing it now. Thanks!