The cockatrice cards.xml could be pretty trivially adapted to a csv depending what information you wanted exactly.
It's missing rarity info. It also has mangled text. If you're interested in using it anyway, see this file[1] for python source to demangle the text. Worth noting that my calculation for CMC is wrong I believe. I don't remember if I ever fixed my calculations for CMC (they might still be wrong). You'll also find a json representation of the cards.xml in the root of that project named cards.json.
[1] -
https://github.com/emidln/yawgwill_dot_com/blob/master/cards/utils.py