in reply to Extracting selected column names and values from tab delimited text file
require 'rubygems' require 'ruport' puts Ruport::Data::Table.load( ARGV.shift, :csv_options => { :col_sep +=> "\t" } ).sub_table( ARGV ).as( :csv )
Of course if you maybe showed what you've tried so far you might get some actual help with Perl code instead.
The cake is a lie.
The cake is a lie.
The cake is a lie.
|
|---|