Without a column name, notes doesn't make it to the csv.
Couldn't figure out a way to make that happen with the config file, maybe I missed something.
But if you add:
columnNames.add("Notes");
in objCsv after columnNames.addAll(spinnerNames);, then it seems to be added correctly.
Without a column name, notes doesn't make it to the csv.
Couldn't figure out a way to make that happen with the config file, maybe I missed something.
But if you add:
columnNames.add("Notes");
in objCsv after columnNames.addAll(spinnerNames);, then it seems to be added correctly.