On Thu, 3 Sep 2020, Sven Schreiber wrote:
Am 02.09.2020 um 22:56 schrieb Sven Schreiber:
> Am 02.09.2020 um 02:23 schrieb Allin Cottrell:
>>
>>
>> Now done in git. Trivial example:
>>
> Thanks, excellent!
>
>
Sorry - while your example works for me, with the following input it
doesn't:
<csv>
x,y,z
1,Badkjs,7
2,D,6
3,A,5
4,Aha,4
5,C,3
6,Bugaboo,2
7,D,1
</csv>
Oops, a little logic flaw in the sorter. Should now be fixed in git.
Allin