Quickly and easily add tags to your CSV data.
- Clone repo to your local machine
- Change directory to the repo
- Run
npm install
- Add your CSV data to the
data
directory - Run
npm start
- Add tags to your data through the command line
- Your tagged data will be in the
output
directory
Note: The CSV data must have a header row with the column names.