28 November 2005 By talha 0 In Security
Replacing tab character in a file with comma character using perl command line:
perl -pe ’s/\t/,/g’ table.tsv > table.csv
Trackback URL
Name (required)
Mail (will not be published) (required)
Website
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
« Wild Imaginations … I did it!
Replacing spaces with comma using Perl »
No Comments on "Converting .tsv to .csv"