in reply to Adding columns in a loop to an existing file using Perl
I might help if you provided something like this
<p> Example input, file1 <c> a b c </c> <p> example input, file2 <c> 6 7 8 </c> <p> This is the output I want, file out <c> a c 7 </c>
But no matter, here is the answer
Examples at
| examples/csv2xls | Script to onvert CSV files to M$Excel |
| examples/csv-check | Script to check a CSV file/stream |
| examples/csvdiff | Script to shoff diff between sorted CSV files |
| examples/parser-xs.pl | Parse CSV stream, be forgiving on bad lines |
Converting File Delimiters (csv to tsv to psv, use App::CCSV)
|
|---|