You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -190,15 +190,15 @@ The separator (`sep_char`) will vary depending on the source file, e.g.:
190
190
| CSV |`,` or `;`|
191
191
| TSV |`\t`|
192
192
193
-
Additional options:
193
+
Options:
194
194
195
-
-`key_column` defines the column to be used for keys. Uses zero index. Default value: `0`.
196
-
-`value_column` defines the column to be used for values. Uses zero index. Default value: `1`.
197
-
-`expected_columns` sets number of expected columns; lines with different number of columns are ignored. Set to `-1` to disable the check and allow arbitrary number of columns. Default value: `2`.
198
-
-`allow_empty_values` sets whether to allow empty values in the filemap or to ignore these entries. Default value: `false`.
199
-
-`compression` sets the compression of the file.
200
-
-`decompress_concatenated` flags whether to use decompress concatenated file compression.
201
-
-`encoding` sets the encoding used to open the resource.
195
+
-`allow_empty_values`: Sets whether to allow empty values in the filemap or to ignore these entries. (Default: `false`)
196
+
-`compression`: Sets the compression of the file.
197
+
-`decompress_concatenated`: Flags whether to use decompress concatenated file compression.
198
+
-`encoding`: Sets the encoding used to open the resource.
199
+
-`expected_columns`: Sets number of expected columns; lines with different number of columns are ignored. Set to `-1` to disable the check and allow arbitrary number of columns. (Default: `2`)
200
+
-`key_column`: Defines the column to be used for keys. Uses zero index. (Default: `0`)
201
+
-`value_column`: Defines the column to be used for values. Uses zero index. (Default: `1`)
0 commit comments