Cross-search export currently uses a function that removes the full_count property and replaces every newline in every row. This makes exporting the file take about 5-10 seconds longer, so it would be nice if this can be improved somehow.
One trick to possibly optimize newline replacing would be to use a REPLACE() function when generating the SQL query itself.