cooltrain7 / Planetside-2-API-Tracker

An unofficial repository for Planetside 2 (PS2) Census API Examples, Issues, and Wiki. Collected and Maintained by members of the PS2 API Community.
http://census.daybreakgames.com/
33 stars 8 forks source link

Sanctions: Update list sorting #170

Closed fredkilbourn closed 11 months ago

fredkilbourn commented 11 months ago

Sort item names first by their base name, then by their quoted name part

Example Before:

6013950,SMG,0,"NS-66 ""Alchemist"" Punisher",0,infantry
6015320,SMG,0,"NS-66 ""Cold Fusion"" Punisher",,infantry
6013051,SMG,0,NS-66 Bumblebee,,infantry
6009203,SMG,0,NS-66 Punisher,,infantry
6010117,SMG,0,NS-66 Punisher SE,,infantry

Example After:

6013051,SMG,0,NS-66 Bumblebee,,infantry
6009203,SMG,0,NS-66 Punisher,,infantry
6013950,SMG,0,"NS-66 ""Alchemist"" Punisher",0,infantry
6015320,SMG,0,"NS-66 ""Cold Fusion"" Punisher",,infantry
6010117,SMG,0,NS-66 Punisher SE,,infantry