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

Where to set Papaparse Config #22

Closed kellykampen closed 3 years ago

kellykampen commented 3 years ago

Hi, this is exactly what I have been looking for.

I can't seem to find where I can set the Papaparse configuration. I need to modify the delimiter and a few other items that I use with Papaparse.

Thanks in advance.

unframework commented 3 years ago

Hey, thanks for the kind words! Papaparse config is a good feature to add, I am planning to do it in the next day or two.

kellykampen commented 3 years ago

@unframework Fantastic, looking forward to it. I will hold off until then to add this part to my project.

unframework commented 3 years ago

Just published version 0.3.0 with the relevant changes - the module README has more info (basically, several PapaParse config options are passable as props now).

Hope this helps! Closing for now, please re-open if any issues come up.

kellykampen commented 3 years ago

You're a legend. Thanks so much.