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
-[Sorting, Deleting, and Copying](#sorting-deleting-and-copying)
16
-
-[Numeric Sorting in CSV](#numeric-sorting-in-csv)
14
+
-[CSV Column Operations](#csv-column-operations)
17
15
-[Option 'Use Variables'](#option-use-variables)
18
16
-[Quick Start: Use Variables](#quick-start-use-variables)
19
17
-[Variables Overview](#variables-overview)
@@ -75,25 +73,14 @@ Scope functions define the range for searching and replacing strings:
75
73
-`Delim`: Define the delimiter character.
76
74
-`Quote`: Delineate areas where characters are not recognized as delimiters.
77
75
78
-
### CSV Processing Functions
79
-
80
-
#### Sorting, Deleting, and Copying
81
-
-**Sorting Lines in CSV by Columns**: Ascend or descend, combining columns in any prioritized order.
76
+
### CSV Column Operations
77
+
-**Sorting Lines by Columns**: Ascend or descend, combining columns in any prioritized order.
78
+
-**Sorting Behavior**: CSV column sorting treats numeric and text values equally, ensuring correct order in mixed data.
82
79
-**Toggle Sort**: Allows users to return columns to their initial unsorted state with just an extra click on the sorting button. This feature is effective even after rows are modified, deleted, or added.
83
80
-**Exclude Header Lines from Sorting**: When sorting CSV files with the CSV scope selected, you can exclude a specified number of top lines (usually header rows) from sorting. Configure this behavior using the `HeaderLines` parameter in the INI file. For details, see the [`INI File Settings`](#configuration-settings).
0 commit comments