words-list-csv2json

convert vocabulary words list csv to json

Usage no npm install needed!

<script type="module">
  import wordsListCsv2json from 'https://cdn.skypack.dev/words-list-csv2json';
</script>

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 ,)