Hammering my addressbook into Evolution

More information on this later


cat VCF.csv| perl -ne 'if($_ =~ /^(\d+),\"([^"]+)\",\"(.*)\"$/) { print "\"$3\",\"\",\"$1\",\"$3\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"$2\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"\n";} ' > output.csv