Here's an example, though I'm not sure it's good one.
Two rows are returned the first is the headers and the 2nd the actual data.
For example:
constituency_name,member_name,member_party,member_biography_url,member_website, uri
"Boston and Skegness","Mark Simmonds","Conservative","http://www.parliament.uk/biographies/commons/mark-simmonds/25302","http://www.marksimmonds.org/","http://findyourmp.parliament.uk/constituencies/boston-and-skegness.csv"
We split those 2 rows and return the second row, which we then split to get the data.
Bookmarks