From: Alex Gutteridge Date: 2012-08-14T00:43:11+09:00 Subject: Re: fastest way to convert a csv to html On 13.08.2012 16:21, ajay paswan wrote: > The best-(fastest and then simplest) way to convert a csv to html? This must be pretty close to the fastest/simplest - not sure about 'best' ;) ruby -pe 'BEGIN{puts ""};END{puts ""}' test.csv > test.html -- Alex Gutteridge