# - file_map:
# file: baz.csv
# relation: meta.baz_table
+# trim: false
#
# The files within each directory are uploaded in the order in which
# they are listed in the map file. The directories in the zip file are
# processed in alphabetical order.
#
+# The "trim:" key in the file_map map controls whether or not whitespace
+# is removed from data values. "trim:" takes a boolean value. It
+# defaults to true. It overrides other choices in the GUI interface.
+#
# Top level tags, other than the `map_list` tag, are ignored.
#
# It is recommended to enclose file names which contain spaces, or begin
# - file_map:
# file: baz.csv
# relation: meta.baz_table
+# trim: false
+#
#
# The files within each directory are uploaded in the order in which
# they are listed in the map file. The directories in the zip file are
# processed in alphabetical order.
#
+# The "trim:" key in the file_map map controls whether or not whitespace
+# is removed from data values. "trim:" takes a boolean value. It
+# defaults to true. It overrides other choices in the GUI interface.
+#
# Top level tags, other than the `map_list` tag, are ignored.
#
# It is recommended to enclose file names which contain spaces, or begin