Text Capture Tool - add CSV

Suggest the following Improvements:

  1. Add checkbox for Comma Separated Values (CSV) format
  2. Add checkbox to suppress parentheses around labels

I figured out a way to do this using Vassal’s current capabilities (see below) for my particular use-case (which involves a single custom map w/ custom pieces designed only for data extraction).

However, I would still recommend that Vassal add a CSV checkbox to the Text Capture Tool for broader utility.

To implement CSV, the “name format” field has to be changed for every text label for every piece on the map you want to be able extract data for (which is laborious).

TEXT LABEL: NAME FORMAT field
FROM (default): $pieceName$ ($label$)
TO: $pieceName$, $label$