CSV values are text, but useful ordering depends on what that text represents. Alphabetical comparison puts 10 before 2, while numeric comparison does the opposite. This sorter lets you choose the meaning of each key or use automatic detection when every nonblank value has one clear type.
Add secondary keys to make tied rows predictable, such as region ascending and revenue descending. Comma, semicolon, tab, and pipe input are supported. The export keeps the detected delimiter, protects fields that contain separators or line breaks, and never uploads the source.