Return to Snippet

Revision: 44661
at April 15, 2011 12:30 by bubnoff


Initial Code
BEGIN {s=""; FS="n"} /<td/ { gsub(/<[^>]*>/, ""); s=(s ", " $1);} /<tr|<TR/ { print s; s="" }

Initial URL
http://snippets.dzone.com/posts/show/3848

Initial Description


Initial Title
HTML Table to CSV in AWK [awk]

Initial Tags


Initial Language
Bash