# literal_column_headings = off
# menu_label = upload -- Upload File Into Database
# trim = choice-yes
+# file_format = csv
#
# literal_column_headings
# Take uploaded column headings literally?
# choice-yes Present a checkbox, default to "yes".
# choice-no Present a checkbox, default to "no".
# no-never Never transform data into NULL.
+#
+# file_format
+# The format of the uploaded file
+#
+# The available choices are:
+# csv The CSV format.
+# tab Tab separated values.
# pgwui_bulk_upload
# menu_label = bulk_upload -- Upload Many Files Into PostgreSQL
# map_file = contents.yml
# trim = choice-yes
+# file_format = csv
#
# literal_column_headings = no-never
# Take uploaded column headings literally?
# null = choice-yes
# Insert NULL values.
# See pgwui_upload above for details.
+#
+# file_format = csv
+# The format of the uploaded files.
+# See pgwui_upload above for details.
#
# menu_label = upload -- Upload File Into Database
# trim = choice-yes
# null = choice-yes
+# file_format = csv
#
# literal_column_headings
# Take uploaded column headings literally?
# choice-yes Present a checkbox, default to "yes".
# choice-no Present a checkbox, default to "no".
# no-never Never transform data into NULL.
+#
+# file_format
+# The format of the uploaded file
+#
+# The available choices are:
+# csv The CSV format.
+# tab Tab separated values.
# pgwui_bulk_upload
# map_file = contents.yml
# trim = choice-yes
# null = choice-yes
+# file_format = csv
#
# literal_column_headings = no-never
# Take uploaded column headings literally?
# null = choice-yes
# Insert NULL values.
# See pgwui_upload above for details.
+#
+# file_format = csv
+# The format of the uploaded files.
+# See pgwui_upload above for details.
#