What you have to do now, to get things to work.

This commit is contained in:
Jonathan Rosenbaum 2025-07-14 12:14:52 -04:00
parent 74b4e14444
commit 0d3f602fb8

View File

@ -4,6 +4,8 @@ Custom-developed software designed for the League of Women Voters of West Virgin
## IMPORTANT: Format for roster
NEW (July, 2025) In true form, a new column has been added to the roster for MAL. Resolve by removing the Middle Name column.
Note: This issue seems to have been resolved in csv files exported from https://portal.lwv.org
The csv file should have all fields `quoted` to avoid issues where a field may have an additional comma. If file is not shipped this way, this can easily be corrected through the editor. However, the regexp fails if the first column is empty `/^,/`. Until we can find a better regexp to handle this sitution, the current solution is to replace all `/^,/` with `"",` which can be done with an editor like Visual Studio Code in addition to using something like calc.