For example, when I download the results of this query: https://quarry.wmflabs.org/query/36378
I get:
" rev_id" " rev_timestamp" " page_id" " page_title" " user_id" " actor_name" " user_registration" " ug_group" " archived" 3051580 " 20160917041145" 152080 " $" 36077 " Koavf" " 20121111063553" 0 3151740 " 20170217015742" 154584 " '''Swiss_German'''" 74811 " Andrewssi2"
Note that a tab appears in the beginning of quoted values. This whitespace should not be there.
I would expect something that looks like this:
"rev_id" "rev_timestamp" "page_id" "page_title" "user_id" "actor_name" "user_registration" "ug_group" "archived" 3051580 "20160917041145" 152080 "$" 36077 "Koavf" "20121111063553" 0 3151740 "20170217015742" 154584 "'''Swiss_German'''" 74811 "Andrewssi2"