shantz-csv-to-opml

My Sites: My Blog | My Tech Blog | Follow me on Twitter
—-

download

Download: shantz-csv-to-opml.pl
Version: 0.1
Updated: March 28, 2008
Size: 1.65 KB
Hits: 82
 

INTRODUCTION

This is a very simple script that I did for a friend. It can be used to quickly generate blogrolls.

Input: csv file with blog author names and blog links

Output: OPML file that can be imported into many blogging/blogrolling software and websites (e.g. wordpress, blogrolling.com, etc)

Usage:

shantz-csv-to-opml.pl <input file in csv format> <output opml filename>
Input File Format:
Each line should be like this:
<Name of Author>,<bloglink>,<bloglink>…
e.g.
Shantanu Goel, http://tech.shantanugoel.com, http://blog.shantanugoel.com
There can be any number of blogs for any author, if blogs are more than one, then multiple entries for that author will be made in opml file each indexed with increasing number like Shantanu Goel 1, Shantanu Goel 2, etc

Version History:
0.1 - Initial Version


—-
If you liked this post, then you can Subscribe to my feed
Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • blogmarks
  • IndianPad
  • StumbleUpon
  • Technorati
  • Facebook
  • Live
  • Reddit
  • Slashdot
  • YahooMyWeb
  • e-mail

Related posts

One Response to “shantz-csv-to-opml”

  1. Site Updates | My Technophilic Musings Says:

    [...] shantz-csv-to-opml [...]

Leave a Reply