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
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,22 @@ The preferred editor usage can be switched between "Text Editor first", "Table E
122
122
123
123
Enable zero-based column numbering. This affects the tooltip info of the text editor as well as column numbering of the table editor.
124
124
125
+
##### Default Value Separator (CSV only)
126
+
127
+
The following separators are currently supported: **,** (Comma), **;** (Semicolon), **|** (Pipe) and **↹** (Tab)
128
+
129
+
_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.
130
+
131
+
This option has no effect on TSV/PSV files, the separator is pre-defined by their file- and language-type.
132
+
133
+
##### Default Escape Character
134
+
135
+
The following escape characters are currently supported: **"** (Double Quote), **\\** (Backslash)
136
+
137
+
Within quoted values (fields starting and ending with a double quote), the double quote character must be escaped to be parsed as part of its value and not to be treated as the closing quote.
138
+
139
+
_Default Escape Character_ defines which escape character is used as standard for each newly opened CSV/TSV/PSV file. The escape character can be changed for each file individually in its editors context menu.
140
+
125
141
#### Text Editor
126
142
127
143
##### Highlighting
@@ -223,11 +239,7 @@ Annasusanna,Amsterdam,1
223
239
224
240
##### Separator
225
241
226
-
The following separators are currently supported: **,** (Comma), **;** (Semicolon), **|** (Pipe) and **↹** (Tab)
227
-
228
-
_Value separator (default)_ defines which separator is used by default. The separator character can be changed for each CSV file individually.
229
-
230
-
When changing the separator, press the apply button to refresh the preview window properly.
0 commit comments