Import csv files into Lightrail
This is an interactive tool for importing Values and Contacts into Lightrail from csv files.
This project can be run directly from the repo following these steps:
- Download and install Node.
- Download this package and extract it to a directory.
- Install project dependencies by running
npm install
from the command line. - Start the script by running
npm run exec
from the command line.
Get a list of advanced options on the command line: npm run exec -- -h