# choice-yes Present a checkbox, default to "yes, trim".
# choice-no Present a checkbox, default to "no, don't trim".
# no-never Never trim.
+#
+# null
+# Whether or not some uploaded data elements should be inserted as NULL
+# values.
+#
+# The available choices are:
+# yes-always Always transform some data into NULL.
+# choice-yes Present a checkbox, default to "yes".
+# choice-no Present a checkbox, default to "no".
+# no-never Never transform data into NULL.
# pgwui_bulk_upload
# trim = choice-yes
# Remove leading and trailing whitespace.
# See pgwui_upload above for details.
+#
+# null = choice-yes
+# Insert NULL values.
+# See pgwui_upload above for details.
#
# literal_column_headings = no-never
# menu_label = upload -- Upload File Into Database
# trim = choice-yes
+# null = choice-yes
#
# literal_column_headings
# Take uploaded column headings literally?
# choice-yes Present a checkbox, default to "yes, trim".
# choice-no Present a checkbox, default to "no, don't trim".
# no-never Never trim.
+#
+# null
+# Whether or not some uploaded data elements should be inserted as NULL
+# values.
+#
+# The available choices are:
+# yes-always Always transform some data into NULL.
+# choice-yes Present a checkbox, default to "yes".
+# choice-no Present a checkbox, default to "no".
+# no-never Never transform data into NULL.
# pgwui_bulk_upload
# menu_label = bulk_upload -- Upload Many Files Into PostgreSQL
# map_file = contents.yml
# trim = choice-yes
+# null = choice-yes
#
# literal_column_headings = no-never
# Take uploaded column headings literally?
# trim = choice-yes
# Remove leading and trailing whitespace.
# See pgwui_upload above for details.
+#
+# null = choice-yes
+# Insert NULL values.
+# See pgwui_upload above for details.
#