# trim: 'choice-yes'
# null: 'choice-yes'
# file_format: 'csv'
+ # add_missing_columns: 'no-never'
#
# literal_column_headings
# Take uploaded column headings literally?
# The available choices are:
# csv The CSV format. (default)
# tab Tab separated values.
+ #
+ # add_missing_columns
+ # Add columns instead of reporting an error when a uploaded row has
+ # fewer columns than are present in the column headings given in the
+ # first row. The added values are presented to Postgres as NULL values.
+ # The available choices are:
+ # yes-always Always add missing column values.
+ # choice-yes Present a checkbox, default to "yes".
+ # choice-no Present a checkbox, default to "no".
+ # no-never Always report an error when a row has too few columns.
+ # Optional setting. The default is "no-never".
# pgwui_bulk_upload
# trim: 'choice-yes'
# null: 'choice-yes'
# file_format: 'csv'
+ # add_missing_columns: 'no-never'
#
# literal_column_headings: 'no-never' (default)
# Take uploaded column headings literally?
# file_format: 'csv' (default)
# The format of the uploaded files.
# See pgwui_upload above for details.
+ #
+ # add_missing_columns: 'no-never' (default)
+ # Add columns when rows are too short.
+ # See pgwui_upload above for details.
# pgwui_upcen
# pgwui_upload
# The default pgwui_upload settings are:
- #pgwui_upload:
- # literal_column_headings: 'no-never'
- # menu_label: 'upload -- Upload File Into Database'
- # trim: 'choice-yes'
- # null: 'choice-yes'
- # file_format: 'csv'
+ # pgwui_upload:
+ # literal_column_headings: 'no-never'
+ # menu_label: 'upload -- Upload File Into Database'
+ # trim: 'choice-yes'
+ # null: 'choice-yes'
+ # file_format: 'csv'
+ # add_missing_columns: 'no-never'
#
# literal_column_headings
# Take uploaded column headings literally?
# The available choices are:
# csv The CSV format.
# tab Tab separated values.
+ #
+ # add_missing_columns
+ # Add columns instead of reporting an error when a uploaded row has
+ # fewer columns than are present in the column headings given in the
+ # first row. The added values are presented to Postgres as NULL values.
+ # The available choices are:
+ # yes-always Always add missing column values.
+ # choice-yes Present a checkbox, default to "yes".
+ # choice-no Present a checkbox, default to "no".
+ # no-never Always report an error when a row has too few columns.
+ # Optional setting. The default is "no-never".
# pgwui_bulk_upload
# trim: 'choice-yes'
# null: 'choice-yes'
# file_format: 'csv'
+ # add_missing_columns: 'no-never'
#
# literal_column_headings: 'no-never'
# Take uploaded column headings literally?
# file_format: 'csv'
# The format of the uploaded files.
# See pgwui_upload above for details.
+ #
+ # add_missing_columns: 'no-never' (default)
+ # Add columns when rows are too short.
+ # See pgwui_upload above for details.
# pgwui_upcen