Hi,

On 17.08.2010, at 11:09, Etienne Benoît Roesch wrote:

> Dear all,
> 
> For some time now, I have been using the excellent ftplugin readcsv 
> (http://www.vim.org/scripts/script.php?script_id=2108) by Hongli Gao, but I 
> now need a functionality (the ability to sort data by column) that is not 
> implemented, and I don't know to what extent the plugin is still under 
> development -- as the last update was in 2007.
> 
> Would any of you know of a good way of handling csv, which takes into account 
> sorting?
Do you know txt-sushi [1] ? It is a command-line tool providing a sql interface 
to cvs files. So sorting csv-files is trivial with a SELECT * FROM table1.csv 
ORDER BY table1.col1. Although, this is not strictly vim related I think it 
should be quite simple to integrate into vim.

> I have been trying to use the ftplugin csv.vim 
> (http://vim.wikia.com/wiki/Working_with_CSV_files), posted earlier this year, 
> but for some reason it doesn't work with MacVim. I haven't managed to know 
> why; it just wouldn't load.
> 
> I thank you all in advance for your help!
> 
> Etienne
> 
> -- 
> You received this message from the "vim_mac" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php


[1] http://keithsheppard.name/txt-sushi/

-- Jean

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to