Not sure what I can suggest here. I loaded your data for row 22 into an Oracle field. I then created a SQL query like so:
select address
,replace(address,chr(9)) as updated_value
I ran this report, exported to CSV and opened in a text editor - the "u...
select address
,replace(address,chr(9)) as updated_value
I ran this report, exported to CSV and opened in a text editor - the "u...