#
# The available choices are:
# yes-always Always transform some data into NULL.
- # choice-yes Present a checkbox, default to "yes".
+ # choice-yes Present a checkbox, default to "yes". (default)
# choice-no Present a checkbox, default to "no".
# no-never Never transform data into NULL.
#
# The format of the uploaded file
#
# The available choices are:
- # csv The CSV format.
+ # csv The CSV format. (default)
# tab Tab separated values.
# null: 'choice-yes'
# file_format: 'csv'
#
- # literal_column_headings: 'no-never'
+ # literal_column_headings: 'no-never' (default)
# Take uploaded column headings literally?
# See pgwui_upload above for details.
#
# It is recommended to enclose file names which contain spaces, or begin
# with a digit, in single quotes. But any YAML syntax is valid.
#
- # trim: 'choice-yes'
+ # trim: 'choice-yes' (default)
# Remove leading and trailing whitespace.
# See pgwui_upload above for details.
#
- # null: 'choice-yes'
+ # null: 'choice-yes' (default)
# Insert NULL values.
# See pgwui_upload above for details.
#
- # file_format: 'csv'
+ # file_format: 'csv' (default)
# The format of the uploaded files.
# See pgwui_upload above for details.