| 1. |
New mode Separate By Field in Separate List. Enter the field
number between 1 and 20. Output File will be sorted by this field.
A new file will be created in Output Directory for each field value.
The name of the file will be constructed by appending TXT extension
to the field value. Characters /\!*?"' in the file name will be replaced
by character _. |
| 2. |
New option Sort By Column in Sort Lists. Enter the number of
column between 1 and 20. Output File(s) will be sorted by this column. |
| 3. |
Improvement in Extract Fields in Join Lists and
Misc. Utilities. If you have for example this list: Line1A,Line1B,Line1C Line2A,Line2B,Line2C ... and entered field numbers to extract: 2,1 output list in older version: Line1A,Line1B Line2A,Line2B output list in new version: Line1B,Line1A Line2B,Line2A |