Awk Insert into table

cat file.csv | awk -F, '{print "INSERT INTO mytable VALUES ("$1",*"$2"*,"$3");"}'
echo https://api.trustpilot.com/tagname/tags | awk -F/ '{print $2}'

Leave a Reply