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
Copy file name to clipboardexpand all lines: README.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -132,9 +132,16 @@ The preferred editor usage can be switched between "Text Editor first", "Table E
132
132
133
133
The following separators are currently supported: **,** (Comma), **;** (Semicolon), **:** (Colon), **|** (Pipe) and **↹** (Tab)
134
134
135
-
_Default Value Separator_ defines which separator is used as standard for each newly opened CSV file. The separator character can be changed for each file individually in its editors context menu.
135
+
_Default Value Separator_ defines which separator is used as standard for each newly created or opened CSV file.
136
+
The separator character can be changed for each file individually in its editors context menu.
136
137
137
-
This option has no effect on TSV/PSV files, the separator is pre-defined by their file- and language-type.
138
+
###### Auto Detect
139
+
140
+
The value separator of a newly opened CSV file can be detected automatically based on the number of predefined separator occurrences.
141
+
142
+
If _Auto Detect_ is enabled (default), the _Default Value Separator_ setting is only taken into account for newly created files.
143
+
144
+
**Note:** This option has no effect on TSV/PSV files, the separator is pre-defined by their file- and language-type.
0 commit comments