Command-line utility to output chess PGN file game headers to a CSV file.
A quick and dirty command-line utility to output headers from a PGN file (chess) to a CSV file. The output CSV file will contain one column for each unique header tag found in the input PGN file.
npm install
./pgn2csv.js some/pgn/file.pgn
or install globally:
npm install -g
pgn2csv some/pgn/file.pgn
-V, —version output the version number
-o, —output-file [value] specify output file (default: add .csv extension to input PGN file)
-h, —help output usage information