Converting .tsv to .csv

Replacing tab character in a file with comma character using perl command line:

perl -pe ’s/\t/,/g’ table.tsv > table.csv

Trackback URL

No Comments on "Converting .tsv to .csv"

Hi Stranger, leave a comment:

ALLOWED XHTML TAGS:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to Comments