Hey fedinerds, in #Helix I want to sort a #csv based on the value of a column, but not the first column. If I select all the entries in that column and do `:sort` it just mangles the csv. Is it possible to do this with Helix, or do I need to pipe it to something else?
The actual data is like this:
```
...
59.101.241.159,AAPT Limited,Melbourne,,,false,1.00
110.145.242.150,Telstra Corporation Ltd,Melbourne,Microsoft DNS 6.1.7601 (1DB15F75),,false,1.00
115.70.2.213,Exetel Pty Ltd,Melbourne,dnsmasq-2.48,,true,1.00
58.168.250.35,Telstra Corporation Ltd,Melbourne,DNSServer,,false,1.00
...
```
and I want to sort it based on the name in the second column.
#FediTechSupport #HelixEditor #AskFedi