You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The import code is in desperate need of refactoring. It is currently a Byzantine dog's breakfast of repetition.
Updates issue #540
Signed-off-by: Shawn Laffan <shawnlaffan@gmail.com>
…, since they don't actually do anything.
The GUI has long had the capacity to rename labels and attach group and label properties as a post-hoc process, so this should be turned off for all imports to simplify the code base.
Updates issue #540
Signed-off-by: Shawn Laffan <shawnlaffan@gmail.com>
Many users have their data as spreadsheets. Directly reading them will reduce data handling, as currently they need to be exported to CSV first.
https://metacpan.org/pod/Spreadsheet::Read looks to be the base module to use.
The text was updated successfully, but these errors were encountered: