beamworks / react-csv-importer

Uploader + CSV parser + raw file preview + UI for custom user column mapping, all in one
https://www.npmjs.com/package/react-csv-importer
MIT License
231 stars 95 forks source link

[Report] Data preview onComplete return undefined #43

Closed VanGoethe closed 3 years ago

VanGoethe commented 3 years ago

unable to get the data from the csv import

unframework commented 3 years ago

Thanks for the report, I will investigate shortly.

unframework commented 3 years ago

Just to confirm - are you seeing anything come out via processChunk? That is the main way to consume the data; onComplete is there just to notify that nothing else is coming. I was not able to repro anything unexpected - closing for now but please reopen if I should help clarify more stuff.