README
words-list-csv2json
Get Started
Installation
npm install -g words-list-csv2json
Usage Example
words-list-csv2json < words-list.csv > words-list.json
CSV Format
- The CSV data has rows without headers;
- The CSV data has columns match word attributes:
- wordStr
- partsOfSpeech
- phoneticSymbol
- definition
- synonyms(words be split by
,
)