Created
February 16, 2011 15:41
-
-
Save billday/829580 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for row in articles.rows: | |
row["articleOrBlog"] = "article" | |
date = row["pubDate"] | |
date = date[5:-4] | |
row["pubDate"] = date | |
csvwriter.writerow(row) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This code excerpt is discussed in the article "Divining DevZone Insight from Filtered Feeds and Deep Pages: Part 2, The Analysis" at http://bit.ly/gXiAny