From 0d3f602fb860674f3d39914e9ac223c3e489940c Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Mon, 14 Jul 2025 12:14:52 -0400 Subject: [PATCH] What you have to do now, to get things to work. --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.