SEDE gives incorrect CSV for linked fields. The first 9 lines from the query where I noticed it:
User Link,,Reputation
{
"title": "miguel.de.icaza",
"id": 16929
},9.8,8374
{
"title": "Joel Spolsky",
"id": 4
},9.054545,8175
And it also affects post links:
select id as [Post Link], owneruserid as [User Link] from posts where id=42;
Post Link,User Link
{
"title": "Best way to allow plugins for a PHP application",
"id": 42
},{
"title": "Wally Lawless",
"id": 37
}