This CleverStack Module provides CSV processing on the backend, which can be used to do things like import data that is in CSV format to your database.
See cleverstack.io for more detailed information on the Node seed or visit the Getting Started Guide
- From your project folder run
clever install clever-csv
and enter your options into the prompts - Run
grunt db
to rebase and seed your database.
- Clone this repo into your modules/clever-csv folder.
- Install the modules NPM packages using
clever setup
- Run
grunt db
to rebase and seed your database.
See our LICENSE