Convert CSV to bookmarks import file



Sample input file

google https://www.google.com/
amazon https://www.amazon.com.mx/
sometools https://sometools.netlify.com/
obed'sBlog http://obed33.blogspot.com/
view raw sample.csv hosted with ❤ by GitHub

Sample output file

<!DOCTYPE NETSCAPE-Bookmark-file-1> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> <TITLE>Bookmarks</TITLE> <H1>Bookmarks Menu</H1> <DL><p> <HR> <DT><H3 ADD_DATE="1512088815" LAST_MODIFIED="1512088815">Imported</H3> <DL><p>
<DT><A HREF="https://www.google.com/">google</A>
<DT><A HREF="https://www.amazon.com.mx/">amazon</A>
<DT><A HREF="https://sometools.netlify.com/">sometools</A>
<DT><A HREF="http://obed33.blogspot.com">obed'sBlog</A>
</DL><p> </DL>
view raw sample_out.html hosted with ❤ by GitHub