diff --git a/README.md b/README.md index d90681e..64001c8 100644 --- a/README.md +++ b/README.md @@ -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.