react-admin-import-csv
CSV import button for react-admin.
Usage
Simply import the button into a toolbar, like so:
Basic Import Action Only
Export/Import Actions
Configuration Options
Development
If you'd like to develop on react-admin-import-csv
do the following.
Local install
git clone https://github.com/benwinding/react-admin-import-csv/
cd react-admin-import-csv
yarn
Tests
yarn test # in root folder
Run demo
Open another terminal
yarn build-watch
Open another terminal and goto the demo
folder
yarn start