react-csv-importer icon indicating copy to clipboard operation
react-csv-importer copied to clipboard

Uploader + CSV parser + raw file preview + UI for custom user column mapping, all in one

Results 23 react-csv-importer issues
Sort by recently updated
recently updated
newest added

Hey, I have a usecase where user can select from multiple ImporterField configurations using select input. After selection an array with fields for mapping is created: eg. ``` table1 =...

We have a scenario where during field selection there may be extra fields. The standard import uses Image Url but in some cases there are multiple, We handle this by...

Hi @unframework , I want to check file extension is valid or not, how I can do it. And how we can prevent import if invalid file extension?

Hello, I am trying to use the Importer library and all is well, however, I noticed when using the _onComplete_ and _onClose_ while setting the _restartable_ attribute to true. The...

Is there a way we can skip the file upload and instead provide raw CSV content as a string for column mapping? The requirement is - we get the file...

Currently fields step is not very mobile-friendly, mostly because 5 items is too much for a small screen: ![Screenshot 2022-03-22 at 14 31 04](https://user-images.githubusercontent.com/86767207/159482546-f276220b-9f05-4fe0-9a2d-d2b958aa018f.png) It would be great to be...

The draggable card should be able to move out of view The drag target area is outside the current screen view area, the page is not scrolling while dragging the...

I want to restrict the maximum file size a user can upload. Is there something like this for this package https://www.telerik.com/kendo-react-ui/components/upload/restrictions/ If not do you know how can I build...

Hi, Hats off to this awesome Library! Currently is it possible to disable _Data has headers_ option in preview import view? I'm using this library for one of my projects...

Hey @unframework, It's me again with another ticket! In Safari, if a CSV is above 15-18k rows the page crashes and refreshes. This can be replicated on any of the...