I made a simple CSV plugin called CSV on Will Bond’s package control and available on github here: github.com/ericmartel/Sublime-Text-2-CSV-Plugin
So far it allows you to fix the first row if desired as header, sort your data (sort is string based, so 11 will appear before 2, for example) but I think most interestingly to format it with an arbitrary string… for example you could format your data using something like: {0} - {2} for some data where the column 0 is the index, 1 is the url and 2 is the name.
I’ll be working on a page to describe the example with actual data but in the mean time I’m open for feedback
I think allowing the possibility to assign types to columns for the sort would be good, but I’ll only do it if people are interested in the plugin
Cheers
Eric