jpschewe / fll-sw

FIRST Lego League scoring software
http://jpschewe.github.io/fll-sw/
GNU General Public License v2.0
10 stars 7 forks source link

Write custom dump database code #1164

Closed jpschewe closed 4 months ago

jpschewe commented 5 months ago

Instead of using opencsv to dump data, I'm going to need to have something that dumps the data and distinguishes between the empty string and NULL so that on load one can tell the difference.

This is related to #1161