react-admin-import-csv icon indicating copy to clipboard operation
react-admin-import-csv copied to clipboard

A csv file import button for react-admin

Results 8 react-admin-import-csv issues
Sort by recently updated
recently updated
newest added
trafficstars

I've been trying to use the module with react-admin-firebase, however react-admin-firbease does return objects for the getMany calls (with just ids) even if those do not exist, which forced me...

Hey, Asking about the release that be compatible with the above

If I use the application cache suggestion from https://marmelab.com/react-admin/Caching.html#application-cache , the import button do not work ``` const cacheDataProviderProxy = (dataProvider, duration = 2 * 60 * 1000) => new...

My data has an email address as an identifier, but it also gets assigned a unique ID in the database. Is there a way to check if an entry already...

Hi there! I have a Show component for a 'Parent' resource and I want to import a CSV which contains entries of a 'Child' resource. Now I need to reference...

Added 2 optional props: * optional: **disableCollidingIdCheck** * optional: **postValidateCallback** - collects output from all validateRow function calls in case of wanting to e.g. return the imported file with all...

Hi, It seems the peer depencies for the project are locked on React-Admin 4.x `"peerDependencies": { "react-admin": "4.x" },` And in devDependencies: `"react-admin": "4.0.x",` It conflicts with installing RA 5...