Skip to content

Commit 58232a5

Browse files
committed
updaated cols description.
1 parent eb0f2d5 commit 58232a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Search scopes define the area within a document for search and replace operation
105105
Selecting the **CSV** scope enables powerful tools for working with delimited data.
106106

107107
- **Scope Definition:**
108-
- **Cols**: Specify the columns for focused operations (e.g., `1,3-5`).
108+
- **Cols**: Specify the target columns for the operation (e.g., `1,3,5-7`). For sorting, the sequence is crucial as it defines the priority (e.g., `3,1` sorts by column 3, then 1). Descending ranges like `5-3` are also supported.
109109
- **Delim**: Define the delimiter character.
110110
- **Quote**: Specify a quote character (`"` or `'`) to ignore delimiters within quoted text.
111111

0 commit comments

Comments
 (0)