# pgwui_upload
+#pgwui.pgwui_upload =
+# literal_column_headings = off
+# menu_label = upload -- Upload File Into Database
+# trim = choice-yes
+#
+# literal_column_headings
# Take uploaded column headings literally?
# The available choices are:
# on The file's column headings, as typed, are the table's column names.
#
# Caution: Non-ASCII column names, particularly in the Turkish locale,
# are not guaranteed to be case-insensitive.
-#pgwui.pgwui_upload =
-# literal_column_headings = off
-# # menu_label = upload -- Upload File Into Database
+#
+# trim
+# Whether or not to remove leading and trailing whitespace from each
+# uploaded data element. (From each "cell", each column of each row.)
+#
+# The available choices are:
+# yes-always Always trim.
+# choice-yes Present a checkbox, default to "yes, trim".
+# choice-no Present a checkbox, default to "no, don't trim".
+# no-never Never trim.
# pgwui_bulk_upload
-#pgwui.pgwui_upload =
+#pgwui.pgwui_bulk_upload =
# literal_column_headings = off
-# # Take uploaded column headings literally?
-# # See pgwui_upload above for details.
-# # menu_label = upload -- Upload File Into Database
+# menu_label = bulk_upload -- Upload Many Files Into PostgreSQL
# map_file = contents.yml
-# # Name of the file in the zip file that maps file names to table
-# # names. The default name of the map file is `contents.yml`.
+# trim = choice-yes
+#
+# literal_column_headings = off
+# Take uploaded column headings literally?
+# See pgwui_upload above for details.
+#
+# map_file
+# Name of the file in the zip file that maps file names to table
+# names. The default name of the map file is `contents.yml`.
#
# The map file is in YAML syntax, which for purposes of this document
# can be thought of as a superset of JSON. It must contain a top-level
#
# It is recommended to enclose file names which contain spaces, or begin
# with a digit, in single quotes. But any YAML syntax is valid.
-
-#pgwui.pgwui_bulk_upload =
-# literal_column_headings = off
-# map_file = contents.txt
+#
+# trim = choice-yes
+# Remove leading and trailing whitespace.
+# See pgwui_upload above for details.
#
# order = pgwui_upload
# pgwui_logout
+
# pgwui_upload
+#pgwui.pgwui_upload =
+# literal_column_headings = off
+# menu_label = upload -- Upload File Into Database
+# trim = choice-yes
+#
+# literal_column_headings
# Take uploaded column headings literally?
# The available choices are:
# on The file's column headings, as typed, are the table's column names.
#
# Caution: Non-ASCII column names, particularly in the Turkish locale,
# are not guaranteed to be case-insensitive.
-#pgwui.pgwui_upload =
-# literal_column_headings = off
-# # menu_label = upload -- Upload File Into Database
+#
+# trim
+# Whether or not to remove leading and trailing whitespace from each
+# uploaded data element. (From each "cell", each column of each row.)
+#
+# The available choices are:
+# yes-always Always trim.
+# choice-yes Present a checkbox, default to "yes, trim".
+# choice-no Present a checkbox, default to "no, don't trim".
+# no-never Never trim.
# pgwui_bulk_upload
-#pgwui.pgwui_upload =
+#pgwui.pgwui_bulk_upload =
# literal_column_headings = off
-# # Take uploaded column headings literally?
-# # See pgwui_upload above for details.
-# # menu_label = upload -- Upload File Into Database
+# menu_label = bulk_upload -- Upload Many Files Into PostgreSQL
# map_file = contents.yml
-# # Name of the file in the zip file that maps file names to table
-# # names. The default name of the map file is `contents.yml`.
+# trim = choice-yes
+#
+# literal_column_headings = off
+# Take uploaded column headings literally?
+# See pgwui_upload above for details.
+#
+# map_file
+# Name of the file in the zip file that maps file names to table
+# names. The default name of the map file is `contents.yml`.
#
# The map file is in YAML syntax, which for purposes of this document
# can be thought of as a superset of JSON. It must contain a top-level
#
# It is recommended to enclose file names which contain spaces, or begin
# with a digit, in single quotes. But any YAML syntax is valid.
-
-#pgwui.pgwui_bulk_upload =
-# literal_column_headings = off
-# map_file = contents.txt
+#
+# trim = choice-yes
+# Remove leading and trailing whitespace.
+# See pgwui_upload above for details.
#