I've received a csv file with some issues, I've noticed a few issues when attempting to load into BigQuery. I'm using duckdb to quickly sanitise the data, and I'm noticing a bunch of newline characters in my data.
Is there a quick way to remove newlines from duckdb data before I write back out to csv?